manifest / performance / lazyyt.wp
LazyYT.WP
A WordPress plugin to lazy-load YouTube videos using LazyYT.js
★ 2stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/kylereicks/lazyyt.wp/archive/refs/heads/master.zipA WordPress plugin to lazy-load YouTube videos using LazyYT.js.
The plugin replaces the default WordPress oEmbed for YouTube with the LaztYT syntax and removes jQuery as a dependency.
<!--
Include YouTube videos in the WordPress editor with the link, shortlink, embed shortcode, or iframe embed.
-->
http://www.youtube.com/watch?v=dQw4w9WgXcQ
http://youtu.be/dQw4w9WgXcQ
[embed]http://youtu.be/dQw4w9WgXcQ[/embed]
<iframe width="420" height="315" src="//www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allowfullscreen></iframe>