How to embed Youtube Videos into 11ty

James Leighton · 7 hours ago · discuss

I was getting annoyed at having to manually copy Youtube's privacy preserving embed code each time I wanted to include a video in a post, so here is a simple shortcode for 11ty that does the heavy lifting for you. Provide it with a Video ID or a full URL, and it will create a youtube-nocookie embed in your post for you. Arguements url (share/watch/youtu.be/embed/shorts URL, or a bare 11-char video ID), title (used as iframe title attr, HTML-escaped) Output: responsive 16:9 <iframe> embed via youtube-nocookie.com (privacy-enhanced) Errors: throws if no video ID can be extracted from url Example: {%...