Descripción
Plugin allowed to embed RuTube videos in WordPress. Just specify the uuid of the playlist or video in the shortcode. You can also specify a list of uuid separated by commas.
[rutube id="{uuid}" title="" description="" sort=""]
id
– uuid of the playlist or video, or list of videos uuid separated by commas;title
– playlist title (for list of uuid only);description
– playlist description (for list of uuid only);sort="on"
– sort playlist by ABC (default:sort=""
– don’t sort).
To embed single video you can just the URL (https://rutube.ru/video/{uuid}/) on its own line.
To embed playlist you can also just the URL (https://rutube.ru/plst/{uuid}/) on its own line.
License
GNU General Public License v2
Capturas
Instalación
- Upload ‘bg-rutube’ directory to the ‘/wp-content/plugins/’ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
Preguntas frecuentes
Ask me. I’ll answer. 🙂
Reseñas
Colaboradores y desarrolladores
«Bg RuTube Embed» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Bg RuTube Embed» ha sido traducido a 3 idiomas locales. Gracias a los traductores por sus contribuciones.
Traduce «Bg RuTube Embed» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.4.1
- Fixed small bug.
1.4
- Only the thumbnail is loaded when the page is opened, and the video starts loading only after pressing the «Play» button.
1.3.1
- Some improvements. Tested for WP 6.0
1.3
- You can just the URL on its own line to embed playlist.
1.2.1
- Fixed small bugs.
1.2
- Added the ability to localize the plugin.
- You can just the URL on its own line to embed single video.
- Fixed some bugs and mistakes.
1.1
- Added the ability to embed a RuTube playlist or create a playlist from several videos.
1.0
- Starting version