Difference between revisions of "Widget:YouTube"
From iPi Docs
m |
m |
||
| Line 12: | Line 12: | ||
* '''height''' and '''width''' define view dimensions, 800x600 is default | * '''height''' and '''width''' define view dimensions, 800x600 is default | ||
| − | |||
| − | |||
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'800'}-->" height="<!--{$height|escape:'html'|default:600}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{/if}-->" frameborder="0" allowfullscreen></iframe></includeonly> | </noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'800'}-->" height="<!--{$height|escape:'html'|default:600}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{/if}-->" frameborder="0" allowfullscreen></iframe></includeonly> | ||
Latest revision as of 13:02, 2 October 2014
This widget allows you to add a YouTube video player to your wiki page.
Using this widget
To insert this widget, use the following code:
{{#widget:YouTube|id=DWef69ItVrU}}
Parameters
- id - video id (from the URL)
- playlist - playlist name (starts with PL) - first clip is played (id is ignored)
- height and width define view dimensions, 800x600 is default