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!
Asked
Active
Viewed 8,144 times
7
-
possible duplicate of [how to include video in jekyll markdown blog](http://stackoverflow.com/questions/10529859/how-to-include-video-in-jekyll-markdown-blog) – raphael Jul 27 '15 at 18:12
1 Answers
15
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.

David Jacquel
- 51,670
- 6
- 121
- 147
-
Cool Guy ! And good luck for your next adventure ! I'll be pleased to help on any question about your next blog. – David Jacquel Feb 20 '15 at 22:39