Description
This plugin adds Rutube support to the Gutenberg Embed block with responsive embedding.
Just copy the link to any Rutube video and paste it directly into the Gutenberg editor. The plugin also supports embedding videos available only by link.
External services
This plugin connects to Rutube video service (https://rutube.ru) to get a video to insert into an iframe.
This service is provided by “RUTUBE”: terms of use, privacy policy
Installation
- Upload
rutube-embed
folder to the/wp-content/plugins/
directory. - Activate the plugin through the “Plugins” menu in WordPress.
FAQ
-
How do I insert a Rutube video?
-
Just copy the link to the video and paste it into the Gutenberg editor.
-
Why can’t I insert a video?
-
You may be inserting an incorrect link.
The link should look like this:https://rutube.ru/video/xxxxxxxxxxxxxxxxxx/
,
wherexxxxxxxxxxxxxxxxx
is the unique identifier of the video.If you are trying to insert a video that is only available via a direct link (private video), make sure that the link looks like:
https://rutube.ru/video/private/xxxxxxxxxxxxxxxxxx/?=yyyyyyyyyyyyyyyyyyyyy, wherexxxxxxxxxxxxxxx
is the unique identifier of the video, andyyyyyyyyyyyyyyyyyyy
is the access key.More information on how to embed a video can be found at the link
Reviews
Contributors & Developers
“Rutube Embed” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Rutube Embed” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release.