Difference between revisions of "Widget:YouTube"

From Emerald Forest Hotel
Jump to navigation Jump to search
 
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].
It was created by [http://www.mediawikiwidgets.org/User:Yaron_Koren Yaron Koren] and optimised by Lennart Dreves for the use on EmeraldForestHotel.


== 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><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>
</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>

Revision as of 10:21, 12 January 2017

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

It was created by Yaron Koren and optimised by Lennart Dreves for the use on EmeraldForestHotel.

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.