Simple Lazy Load Videos

Simple Lazy Load for embedded video from Youtube and Vimeo
Alternatives To Simple Lazy Load Videos
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Plyr24,3692771838 days ago159March 24, 2023849mitJavaScript
A simple HTML5, YouTube and Vimeo player
React Player8,2061,080738a day ago150March 07, 2023256mitJavaScript
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
Lightgallery5,990122395 days ago112June 15, 202342otherTypeScript
A customizable, modular, responsive, lightbox gallery plugin.
Lightgallery.js5,2235428a year ago15October 29, 20202otherJavaScript
Full featured JavaScript image & video gallery. No dependencies
Lite Youtube Embed4,7203a month ago8March 17, 202146otherJavaScript
A faster youtube embed.
Alltube2,832
35 months ago57April 22, 202343gpl-3.0PHP
Web GUI for youtube-dl
Vime2,6281522 days ago83July 17, 2023167mitTypeScript
Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
Jarallax1,29410231a month ago36August 29, 202320mitJavaScript
Parallax scrolling for modern browsers
Cobalt1,235
5 days ago38agpl-3.0JavaScript
save what you love
Jquery.mb.ytplayer1,231172a year ago24December 04, 202036JavaScript
use a custom yutube player for a video as background on jQuery framework
Alternatives To Simple Lazy Load Videos
Select To Compare


Alternative Project Comparisons
Readme

Simple Lazy Load Videos

Simple Lazy Load for embedded video from Youtube and Vimeo

WordPress Plugin Version WordPress Plugin Required PHP Version WordPress Plugin: Required WP Version WordPress Plugin: Tested WP Version License

WordPress Plugin Last Updated WordPress Plugin Active Installs WordPress Plugin Rating

WP compatibility PHP compatibility

Description

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.

Installation

  1. Upload the plugin to your WordPress site
  2. Activate the plugin in the Plugin dashboard

Frequently Asked Questions

How does this plugin work?

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.

Is it possible to insert a video using a shortcode?

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]

Can I embed a lazy loaded video into my template file?

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]' ); ?>

Changelog

1.2.0

  • Add filters: sllv_youtube_button, sllv_vimeo_button, sllv_video_template
  • Remove jQuery from depends scripts
  • Rename CSS & JS handles
  • Tested up to WordPress 6.3

1.1.0

  • Refactoring
  • Add GitHub link to plugin meta

1.0.0

  • Add Gutenberg support
  • New oEmbed template logic
  • Do template replacement only on frontend
  • Fix Vimeo thumbnail

0.9.0

  • Stop all other video or HTML media if new video starts playing
  • Stop all video if HTML media starts playing
  • Code refactoring
  • Fix documentation standards

0.8.2

  • Add a check if the link in the shortcode is a video link

0.8.1

  • Fix the missing file problem

0.8

  • Add shortcode to display SLLV in theme templates
  • Update Frequently Asked Questions
  • Small code refactor

View full changelog

Popular Vimeo Projects
Popular Youtube Projects
Popular Companies Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Wordpress
Youtube
Wordpress Plugin
Vimeo