Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Plyr | 24,369 | 277 | 183 | 8 days ago | 159 | March 24, 2023 | 849 | mit | JavaScript | |
A simple HTML5, YouTube and Vimeo player | ||||||||||
React Player | 8,206 | 1,080 | 738 | a day ago | 150 | March 07, 2023 | 256 | mit | JavaScript | |
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion | ||||||||||
Lightgallery | 5,990 | 122 | 39 | 5 days ago | 112 | June 15, 2023 | 42 | other | TypeScript | |
A customizable, modular, responsive, lightbox gallery plugin. | ||||||||||
Lightgallery.js | 5,223 | 54 | 28 | a year ago | 15 | October 29, 2020 | 2 | other | JavaScript | |
Full featured JavaScript image & video gallery. No dependencies | ||||||||||
Lite Youtube Embed | 4,720 | 3 | a month ago | 8 | March 17, 2021 | 46 | other | JavaScript | ||
A faster youtube embed. | ||||||||||
Alltube | 2,832 | 3 | 5 months ago | 57 | April 22, 2023 | 43 | gpl-3.0 | PHP | ||
Web GUI for youtube-dl | ||||||||||
Vime | 2,628 | 15 | 22 days ago | 83 | July 17, 2023 | 167 | mit | TypeScript | ||
Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion... | ||||||||||
Jarallax | 1,294 | 102 | 31 | a month ago | 36 | August 29, 2023 | 20 | mit | JavaScript | |
Parallax scrolling for modern browsers | ||||||||||
Cobalt | 1,235 | 5 days ago | 38 | agpl-3.0 | JavaScript | |||||
save what you love | ||||||||||
Jquery.mb.ytplayer | 1,231 | 17 | 2 | a year ago | 24 | December 04, 2020 | 36 | JavaScript | ||
use a custom yutube player for a video as background on jQuery framework |
Simple Lazy Load for embedded video from Youtube and Vimeo
The plugin reduces page load time and increases your Google PageSpeed score.
It replaces the embedded Youtube and Vimeo videos with a video preview image, third-party CSS & JS are downloaded only after a click.
Instead of loading the iframe of your video on page load, it only loads the video preview image. This will work automatically for all videos that have been inserted through the standard page editor.
Yes, you can use the [sllv_video]
shortcode using a link to a YouTube or Vimeo video as its value, like:
[sllv_video]https://youtu.be/GywDFkY3z-c[/sllv_video]
Yes, but you cannot insert a shortcode [sllv_video]
into your template file directly.
You will need to pass the code into apply_shortcodes() function and display its output like this:
<?php echo apply_shortcodes( '[sllv_video]https://youtu.be/GywDFkY3z-c[/sllv_video]' ); ?>
sllv_youtube_button
, sllv_vimeo_button
, sllv_video_template