Markdown: Embed YouTube Video - seandenigris/SeansPlayground GitHub Wiki

Direct HTML

The benefit is that you get play and share buttons which make it obvious it's a video

<iframe width="420" height="315" src="http://www.youtube.com/embed/-pdYK9Xg8Jw" frameborder="0" allowfullscreen></iframe>

Direct Markdown

Simple, but lacks sizing customization

[![Video](http://img.youtube.com/vi/-pdYK9Xg8Jw/0.jpg)](http://www.youtube.com/watch?v=-pdYK9Xg8Jw)

Vanilla HTML link

<a href="http://www.youtube.com/watch?feature=player_embedded&v=-pdYK9Xg8Jw
" target="_blank"><img src="http://img.youtube.com/vi/-pdYK9Xg8Jw/0.jpg" 
alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /></a>

Markdown2

{media}(youtube::-pdYK9Xg8Jw::420)
⚠️ **GitHub.com Fallback** ⚠️