Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I bring in a custom video iframe into Jekyll markdown blogs?

I've just started looking into Jekyll for my blog. Is it possible to bring in custom video iframes into blog posts? I use Markdown. Thanks all!

like image 662
Guy Gunaratne Avatar asked Feb 19 '15 21:02

Guy Gunaratne


1 Answers

No problem, you can insert an embed code like <iframe width="560" height="315" src="https://www.youtube.com/embed/dHHmUF9gs70" frameborder="0" allowfullscreen></iframe> in a markdown file.

like image 135
David Jacquel Avatar answered Oct 09 '22 09:10

David Jacquel