Description
Use REV – Responsive Embedded Video to easily embed Youtube and Vimeo videos that are responsive to any screen size.
Features
- Supports Youtube and Vimeo videos
- Embed videos either in fixed size or responsive
- Maintains the 16:9 ratio even resizing the screen (if not set to fixed size)
- Video options like autoplay, start on a specific time, allow full screen, and hide/show controls (Youtube only)
Usage:
Copy to video ID of the Youtube or Vimeo video you want to embed (you can find it in the URL), then use the following shortcode on your page or post’s content:
For Youtube: [rev-youtube video_id=βyoutube video idβ]
For Vimeo: [rev-vimeo video_id=βvimeo video idβ]
Example:
[rev-youtube video_id=βwzu6nRAA2pMβ]
Using Video URL:
[rev-youtube video_url=βhttps://www.youtube.com/watch?v=wzu6nRAA2pMβ]
Note: If both video_id and video_url are provided, the video_url will be used.
Example with video options:
[rev-youtube video_id=βwzu6nRAA2pMβ width=β560pxβ height=β315pxβ controls=β1″ allow_full_screen=β0″ fixed_size=β1″ autoplay=β0″ start=β30″]
[rev-youtube video_id=βwzu6nRAA2pMβ width=β100%β controls=β1″ allow_full_screen=β0″ fixed_size=β0″ autoplay=β0″]
Installation
From your WordPress dashboard
- Visit Plugins > Add New
- Search for βREVβ or βResponsive Embedded Videoβ
- Activate REV – Responsive Embedded Video from your Plugins page
- Read the documentation to get started
FAQ
- Where to setup plugin after installation? There is no settings menu for this plugin. Just use the shortcode to embed a Youtube or Vimeo video.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“REV – Responsive Embedded Video” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “REV – Responsive Embedded Video” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.0 [16 January 2022]
Added an option to use the Youtube video’s URL instead of the ID. (Youtube only)
1.1.0
Added related videos attribute. You can now either enable or disable related videos after playing the video. (Youtube only)
1.0.1
Additional security feature and bug fixes.
1.0.0
Initial release