diff options
Diffstat (limited to 'content/posts/youtube.md')
-rw-r--r-- | content/posts/youtube.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/content/posts/youtube.md b/content/posts/youtube.md new file mode 100644 index 0000000..2e52f39 --- /dev/null +++ b/content/posts/youtube.md @@ -0,0 +1,24 @@ ++++ +title = "Test YouTube Video Embeds" +date = 2025-01-28 +draft = false + +[taxonomies] +tags = ["test-formatting"] + +[extra] +disable_comments = true +toc = false ++++ + +Let's test shortcodes with a youtube iframe embed video: + +{{ youtube(id="dCKeXuVHl1o") }} + +--- + +Now with `autoplay=true` : + +{{ youtube(id="dCKeXuVHl1o", autoplay=true) }} + +Cool ! All these features should be plenty enough for now. I will add others as we go. |