blob: 2e52f39407d8eab391a4efe6f7ca14adad56804e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.
|