Jump to content

Wiki Usage FAQ: Difference between revisions

5 bytes removed ,  15 March 2021
No edit summary
Line 9: Line 9:


== How do I embed YouTube videos? ==
== How do I embed YouTube videos? ==
Inserting the following Widget code on a wiki page will embed a YouTube video. The '''id''' parameter is the number after <code>/status/</code> in the video's URL (see the image). You can find more detailed documentation on the [[Widget:YouTube|Widget's page]].
Inserting the following Widget code on a wiki page will embed a YouTube video. The '''id''' parameter is the number after <code>?v=</code> in the video's URL (see the image). You can find more detailed documentation on the [[Widget:YouTube|Widget's page]].
<syntaxhighlight lang="html+handlebars">{{#widget:YouTube|id=}}</syntaxhighlight>
<syntaxhighlight lang="html+handlebars">{{#widget:YouTube|id=}}</syntaxhighlight>