Difference between revisions of "Widget:YouTube"
From iPi Docs
(Created page with "<noinclude> This widget allows you to add a [https://developers.google.com/youtube/player_parameters YouTube video player] to your wiki page. == Using this widget == To inser...") |
m |
||
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
* '''id''' - video id (from the URL) | * '''id''' - video id (from the URL) | ||
* '''playlist''' - playlist name (starts with PL) - first clip is played ('''id''' is ignored) | * '''playlist''' - playlist name (starts with PL) - first clip is played ('''id''' is ignored) | ||
| − | * '''height''' and '''width''' define view dimensions, | + | * '''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