YouTube

Supported URL formats

FormatExample
Standard watchhttps://www.youtube.com/watch?v=FTQbiNvZqaY
Short linkhttps://youtu.be/FTQbiNvZqaY
Shortshttps://www.youtube.com/shorts/FTQbiNvZqaY
No-cookiehttps://www.youtube-nocookie.com/watch?v=FTQbiNvZqaY
Without wwwhttps://youtube.com/watch?v=FTQbiNvZqaY
With playlisthttps://youtu.be/FTQbiNvZqaY?list=RDCLAK5uy_...

YouTube Shorts URLs automatically get portrait dimensions (347 × 616px).

Basic

HTML

URL: https://youtu.be/FTQbiNvZqaY

<o-embed url="https://youtu.be/FTQbiNvZqaY"></o-embed>

Optional: Inner / child content

CSS

o-embed p {
padding: 8px;
border: solid 1px blue;
}

HTML

<o-embed url="https://youtu.be/FTQbiNvZqaY">
<p>This is some content inside</p>
</o-embed>

This is some content inside