Widget:YouTube: Difference between revisions

From The Midnight Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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 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: 10%;left: 9.5%;width: 81%;height: 75%;border-radius: 3%;border: none;" allowfullscreen></iframe></div></includeonly>
</noinclude><includeonly><div id="youtube-outer"><div class="youtube-middle"></div><iframe id="ytPlayer" 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: 15%;left: 9.5%;width: 82%;height: 66%;border-radius: 3%;border: none;" allowfullscreen></iframe></div></includeonly>

Latest revision as of 18:49, 13 September 2023

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.