I would like to be able to insert youtube videos in my Jekyll site hosted in Github.
There is a Jekyll plugin for embedding youtube videos but it does not work in github pages.
An iframe does not work either.
<iframe width="420" src="hhtp://..." frameborder="0" allowfullscreen> </iframe>
Is there a way to do it or we just have to live with that?
www.youtube.com/embed
url? – Lordling