Jekyll Embed Video Without Plugin

22 Jul 2017

Embed videos in Jekyll webpages without a plugin. If you are hosting your webpage using Github pages, you can’t use third party plugins. Here is a method to use ‘includes’ instead of plugins. This plugin works for both Youtube and Vimeo.

Examples

For in-depth instructions and examples:

Source Code: https://github.com/nathancy/jekyll-embed-video

Top