Difference between revisions of "Widget:YouTube"

From Industrial-Craft-Wiki
Jump to navigation Jump to search
(Alright, This should have fixed the formatting. Stupid MW.)
(Alright...added back what I deleted.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
This widget allows you to add [http://www.youtube.com/ YouTube] video player to your wiki page.
<noinclude>__NOTOC__
This widget allows you to add an awesome [http://www.youtube.com/ YouTube] video player to your wiki page.


It was created by [[User:Yaron Koren|Yaron Koren]].
It was created by [[User:Yaron Koren|Yaron Koren]].
Line 19: Line 20:
{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F}}
{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F}}


</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}-->" frameborder="0" 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}-->" frameborder="0" allowfullscreen></iframe></includeonly>

Latest revision as of 19:56, 22 February 2015

This widget allows you to add an awesome YouTube video player to your wiki page.

It was created by Yaron Koren.

To insert this widget, use the following code:

 {{#widget:YouTube|id=DWef69ItVrU}}

Parameters[edit]

  • 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, 420x350 is default

Sample result[edit]

Single Clip[edit]

Playlist[edit]