Widget:YoutubeAudio: Difference between revisions

No edit summary
(Testing iframe)
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><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="300" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="src" value="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->&amp;hl=en_US&amp;fs=1&amp;rel=0"/><param name="allowfullscreen" value="true"/><embed type="application/x-shockwave-flash" width="300" height="300" src="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></includeonly>
</noinclude><includeonly>
<div style="position:relative;width:267px;height:25px;overflow:hidden;">
<div style="position:absolute;top:-276px;left:-5px">
<iframe width="300" height="300"  
  src="https://www.youtube.com/embed/5p1vacn3KcE?rel=0">
</iframe>
</div>
</div>
</includeonly>

Revision as of 15:14, 28 June 2018

This widget allows you to add an audio-only Youtube player to a wiki page.

It was created by User:Gboyers

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:YoutubeAudio article.