Widget:YouTube: Difference between revisions

From The Midnight Wiki
No edit summary
No edit summary
Line 9: Line 9:
== Copy to your site ==
== Copy to your site ==
To use this widget on your site, just install the [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and the copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki, as an article called '''{{FULLPAGENAME}}'''.
To use this widget on your site, just install the [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and the copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki, as an article called '''{{FULLPAGENAME}}'''.
</noinclude><includeonly><div id="youtube-outer"><div id="youtube-middle"></div><iframe width="<!--{$width|escape:'html'|default:'277'}-->" height="<!--{$height|escape:'html'|default:'235'}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{if isset($start)}-->?start=<!--{$start|escape:'urlpathinfo'}--><!--{/if}--><!--{/if}-->" style="position: relative; top: 12%;left: 11%;width: 78%;height: 72%;border-radius: 3%;border: none;" allowfullscreen></iframe></div></includeonly>
</noinclude><includeonly><div id="youtube-outer"><div class="youtube-middle"></div><iframe width="<!--{$width|escape:'html'|default:'277'}-->" height="<!--{$height|escape:'html'|default:'235'}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{if isset($start)}-->?start=<!--{$start|escape:'urlpathinfo'}--><!--{/if}--><!--{/if}-->" style="position: relative; top: 12%;left: 11%;width: 78%;height: 72%;border-radius: 3%;border: none;" allowfullscreen></iframe></div></includeonly>

Revision as of 13:27, 16 April 2022

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

Created by Yaron Koren and extended by Karsten Hoffmeyer.

Using this widget

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

Copy to your site

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