We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f2582 commit b4287cdCopy full SHA for b4287cd
templates/shortcodes/youtube.html
@@ -0,0 +1,3 @@
1
+<div {% if class %}class="{{class}}"{% endif %}>
2
+ <iframe src="https://www.youtube-nocookie.com/embed/{{id}}{% if playlist %}?list={{playlist}}{% endif %}{% if autoplay %}?autoplay=1{% endif %}" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
3
+</div>
0 commit comments