Widget:YoutubeAudio: Difference between revisions

mNo edit summary
mNo edit summary
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 width="250" height="25"><param name="movie" value="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{$id|escape:'urlpathinfo'}?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="250" height="25" allowscriptaccess="always" allowfullscreen="false"></embed></object></includeonly>
</noinclude><includeonly><object width="250" height="25"><param name="movie" value="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="false"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="250" height="25" allowscriptaccess="always" allowfullscreen="false"></embed></object></includeonly>

Revision as of 14:58, 18 April 2012

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.