+++ 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.