Embed YouTube, Vimeo, and HTML5 video using Plyr.
- Drop plyr.html in your
_includes
folder - Put the link to your video at the top of your .md file
---
html: https://example.com/example.mp4
---
- Place this code in your .md file where you want to embed your video
{% include plyr.html video=page.html %}
- Drop plyrYoutube.html in your
_includes
folder - Put the YouTube video ID at the top of your .md file
---
YouTubeID: bTqVqk7FSmY
---
- Place this code in your .md file where you want to embed your video
{% include plyrYoutube.html youtube=page.YouTubeID %}
- Drop plyrVimeo.html in your
_includes
folder - Put the Vimeo video ID at the top of your .md file
---
VimeoID: 76979871
---
- Place this code in your .md file where you want to embed your video
{% include plyrVimeo.html vime=page.VimeoID %}