Difference between revisions of "Widget:YouTube"

From Star Wars Combine :: Game Guide
Jump to: navigation, search
(Created page with '<noinclude> This widget allows you to add YouTube video player to your wiki page. It was created by [http://www.mediawikiwidgets.org/User:Yaron_Koren Yaron Koren]. == Using thi…')
 
Line 5: Line 5:
  
 
== Using this widget ==
 
== Using this widget ==
For information on how to use this widget, see [http://www.mediawikiwidgets.org/YouTube widget description page on MediaWikiWidgets.org].
+
To insert this widget, use the following code:
 +
 
 +
  <nowiki>{{#widget:YouTube|id=[Youtube Video ID here]}}</nowiki>
 +
 
 +
== Sample Result ==
 +
 
 +
{{#widget:YouTube|id=hLPVtf89sCE}}
  
 
== 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="425" height="355"><param name="movie" value="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></includeonly>
 
</noinclude><includeonly><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></includeonly>

Revision as of 11:21, 15 August 2010

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

It was created by Yaron Koren.

Using this widget

To insert this widget, use the following code:

 {{#widget:YouTube|id=[Youtube Video ID here]}}

Sample Result

{{#widget:YouTube|id=hLPVtf89sCE}}

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.