Difference between revisions of "Widget:YouTube"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
Embed YouTube videos on wiki pages. | Embed YouTube videos on wiki pages. | ||
<syntaxhighlight>{{#widget:YouTube|id=|width=|height=}}</syntaxhighlight> | <syntaxhighlight>{{#widget:YouTube|id=|start=|width=|height=}}</syntaxhighlight> | ||
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{if isset($start)}-->?start=<!--{$start|escape:'urlpathinfo'}--><!--{/if}--><!--{/if}-->" style="border: none" allowfullscreen></iframe></includeonly> | </noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{if isset($start)}-->?start=<!--{$start|escape:'urlpathinfo'}--><!--{/if}--><!--{/if}-->" style="border: none" allowfullscreen></iframe></includeonly> |
Revision as of 18:30, 15 September 2020
Usage
Embed YouTube videos on wiki pages.
{{#widget:YouTube|id=|start=|width=|height=}}