Add shortcodes
This commit is contained in:
10
templates/shortcodes/youtube.html
Normal file
10
templates/shortcodes/youtube.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<iframe
|
||||
width="100%"
|
||||
height="400"
|
||||
src="https://www.youtube-nocookie.com/embed/{{id}}"
|
||||
title="YouTube video player"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerpolicy="strict-origin-when-cross-origin"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
Reference in New Issue
Block a user