Difference between revisions of "Widget:YouTube"

From Emerald Forest Hotel
Jump to navigation Jump to search
(Undo revision 21136 by Dijkmans (talk))
Line 2: Line 2:
This widget allows you to add [https://developers.google.com/youtube/player_parameters YouTube video player] to your wiki page.
This widget allows you to add [https://developers.google.com/youtube/player_parameters YouTube video player] to your wiki page.


It was created by [http://www.mediawikiwidgets.org/User:Yaron_Koren Yaron Koren] and optimised by Lennart Dreves for the use on EmeraldForestHotel.
It was created by [http://www.mediawikiwidgets.org/User:Yaron_Koren Yaron Koren].


== Using this widget ==
== Using this widget ==
Line 9: Line 9:
== Copy to your site ==
== Copy to your site ==
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
</noinclude><includeonly><div class="embed-responsive embed-responsive-16by9"><iframe class="embed-responsive-item" src="http://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{/if}-->" allowfullscreen></iframe></div></includeonly>
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="http://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{/if}-->" frameborder="0" allowfullscreen></iframe></includeonly>

Revision as of 10:23, 12 January 2017

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

It was created by Yaron Koren.

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:YouTube article.