Level up your basic video embeds! Advanced features, privacy. Use URLs, Shortcodes or Blocks to customize videos to your needs.
The best WordPress plugin for videos? Supports close to everything you can imagine, still keeping it easy & simple.
It is very likely the one and only plugin you will ever need to handle video embeds on your WordPress site(s). It goes far beyond just making your videos responsive!
[arve]
shortcodes.[embed]
shortcodes.[arve]
shortcode offers, with a nice UI and detailed settings descriptions.[arve]
shortcodes.[arve url="https://youtu.be/yUCFRL43Zm4" parameters="start=30" ... /]
, no unnecessary shortcode wrapping.All providers with iframe embed codes
Alugha, Archive.org, Banned.video, Bitchute, Brightcove, Brighteon, cantcensortruth.com, Comedy Central, Dailymotion, Dailymotion Playlist, DTube, Facebook, Gab TV, Google Drive, mp4 or webm video files, ARVE general iframe embed, IGN, IMDB, Kickstarter, kla.tv, Livestream.com, Mail.ru, Metacafe, myspace, ooyala, v.qq.com, Rumble.com, ok.ru, RuTube.ru, Snotr, TED Talks, TikTok, Twitch, Viddler, Vimeo, VK, Wistia, XTube, Yahoo, Youku, YouTube, YouTube Playlist, Kick
I’ve been using this plugin (free version and pro add-on) for a few years now. It works very well for my purposes (mainly lazyload and lightbox functionality). Recently I had a support issue with the new version which required some intervention – it was a conflict with my theme. Nico, the developer, went above and beyond to get a fix promptly sorted out for me. Thank you Nico.
Have downloaded and paid for at least 4 other video players that use lightbox. Each one has major flaws. This products works perfectly. If you use the OnSite Editor, then just copy the short code and it works great.
[arve url=”https://www.youtube.com/watch?v=Z7g8-GxLTSc” /]
For speed, the product uses the thumbnails from the server. So many of the other products do NOT do this and it slows the page rendering. This product should appear first on the WordPress search. Spent 3 days of my life wasted on other products, only to delete each one. review by jodani
So I have a responsive theme but on pages with you tube videos it wasn’t making the you tube videos fit in the mobile screen. I have spent the last hour trying many plugins and researching on google and finally I installed this. And I didn’t have to update any settings or anything just refreshed a post with videos and all the sudden it is beautiful and responsive on my mobile phone!!!!!! THANK YOU!!!! review by happyecho
I used a lot of high ranking plug-ins but they still broke my design. Downloaded this and worked right away. Thanks! review by crconnell89
10% off first year with discount code wporg
.
This plugin is financed by purchases of ARVE Pro. The development and support of this plugins has become a job for me, so I hope you understand that I can not make all features gratis and that you purchase it to get extra features and support the development.
Keep videos on the screen when scrolling.
Display random video from:
When you use the AMP or ‘AMP for WP’ plugin you need this.
<amp-youtube>
, <amp-vimeo>
, <amp-dailymotion>
elements<amp-video-iframe>
element is used<amp-video>
Please read the official documentation for that.
Please report it on nextgenthemes.com/support/and please do not on the wordpess.org forums, thanks.
Best option to resolve these errors is to get ARVE Pro as it fills these in for you hassle-free, only activate the add-on – done. For more options, please see the detailed answer.
You may need to adjust your ‘Maximal Width’ setting to your liking.
You are most likely use align
, this plugin has a option for limiting video width with alignment. If you want your videos to fill their containers then you should not use the align
shortcode attribute.
Feel free to ask.
This plugin not changes anything to usual HTML <iframe>
embed codes you have to use the shortcodes or the Gutenberg Block. They will become [arve url="https://..."]
. The url represents what is the src
in HTML embeds. It works as simple as this, if the [arve]
shortcode does not detect a known URL structure then it will treat the URL as a src
for the iframe.
no-referrer
by default strict-origin-when-cross-origin
for selected providers.loop=1&mute1
to the iframe src
as well. Note not every provider supports them. To loop YouTube videos the video ID was also need as the playlist=
parameter. ARVE is doing this automatically now.<dialog>
.<dialog>
for the shortcode creator modal. This may also fix layering (z-index) issues with other plugins.0.9:1
only integers are allowed like 9:10
.Improvents for Gutenberg Block
block.json
.preload="none"
on <video>
. This causes thumbnails not to be generated from the video by the browser. preload="none"
will be used only for Lazyload and Lightbox mode when there is a thumbnail image.json-ld
.preload="none"
to prevent desktop browsers from buffering videos without interaction.aspect-ratio
instead of padding hack.allow-forms
will be added to sandbox attribute. <template>
tag that was causing AMP errors messages..m4v
files not loading.<head>
with the “Always load assets” option turned on.<head>
..js
file.500px
.<head>
with <script async src=
this will deal with edge cases when styles would get applied late.null
to str_contains
.Improved:
* Simplified CSS and reduced size.
* Security related escaping and filtering HTML output on settings page.
* No longer show save buttons on Debug Info tab. Nothing to save there.
* Added back info text for URL Parameters settings. Found in the code from 8.0.
* Added in placeholders for text fields.
* General code improvements and removal of unused code.