How to embed a YouTube video into Markdown?

There are different ways to embed a YouTube video in Markdown documents.

If the Markdown processor supports inline HTML, a YouTube player can be embedded using an iframe:

<iframe
  width="640"
  height="480"
  src="https://www.youtube.com/embed/UmX4kyB2wfg"
  frameborder="0"
  allow="autoplay; encrypted-media"
  allowfullscreen
>
</iframe>

If the Markdown processor does not support inline HTML, the only way to add a video is to add an image that links to the video. You can use your own image or the thumbnail generated by YouTube. YouTube provides the following thumbnails for each video:

URLDescription
https://img.youtube.com/vi/VIDEO_ID/0.jpg Full-size thumbnail
https://img.youtube.com/vi/VIDEO_ID/1.jpg, https://img.youtube.com/vi/VIDEO_ID/2.jpg, https://img.youtube.com/vi/VIDEO_ID/3.jpg Small thumbnail images
https://img.youtube.com/vi/VIDEO_ID/default.jpg Default thumbnail image
https://img.youtube.com/vi/VIDEO_ID/hqdefault.jpg High-quality default thumbnail image
https://img.youtube.com/vi/VIDEO_ID/mqdefault.jpg Medium-quality default thumbnail image
https://img.youtube.com/vi/VIDEO_ID/sddefault.jpg Standard-definition default thumbnail image
https://img.youtube.com/vi/VIDEO_ID/maxresdefault.jpg Maximum-resolution default thumbnail image

Additionally, i.ytimg.com can be used in place of img.youtube.com in all of the URLs listed above.

Using one of the thumbnails, it is possible to add a link with a still from a video, e.g.:

[![IMAGE_ALT](https://img.youtube.com/vi/UmX4kyB2wfg/0.jpg)](https://www.youtube.com/watch?v=UmX4kyB2wfg)

See also

Ferrocene Molecule Poster, 2D Structure, English-Labeled
$19.99

A poster featuring the 2D structure of the ferrocene molecule.

растение IPA Transcription Poster
$14.99

A poster featuring the phonetic transcription of "растение" in the International Phonetic Alphabet (IPA).

Syriac Alphabet Poster, English-Labeled
$17.99

The Syriac alphabet chart.

книголюб Morphemic Analysis Poster
$14.99

A poster featuring the morphemic analysis of the Russian word книголюб.

"Hello, World!" Code Snippet Poster, Java Programming Language
$14.99

A poster featuring the "Hello, World!" program in Java programming language.

Markdown Editor

A simple online editor for Markdown files.

LDraw Viewer

A simple LDraw file viewer.

LDraw Editor

A simple online editor for LDraw text files.

Ewe Word of the Day

Discover a new Ewe word every day.

PDBx/mmCIF Editor

A simple online editor for PDBx/mmCIF files.

All prices listed are in United States Dollars (USD). Visual representations of products are intended for illustrative purposes. Actual products may exhibit variations in color, texture, or other characteristics inherent to the manufacturing process. The products' design and underlying technology are protected by applicable intellectual property laws. Unauthorized reproduction or distribution is prohibited.