Widget:YouTube: Difference between revisions

From CSDMS
No edit summary
Undo revision 217905 by WikiSysop (talk)
Line 1: Line 1:
{{Widget
<noinclude>
|description=Allows you to add YouTube videos.
This widget allows you to add YouTube video player to your wiki page.
|author=Yaron Koren
|provider=YouTube
|providerurl=http://code.google.com/apis/youtube/player_parameters.html
|status=active
|security=unknown
|addedon=May 16, 2008
}}
This widget allows you to add [http://www.youtube.com/ YouTube] video player to your wiki page.


It was created by [[User:Yaron Koren|Yaron Koren]].
It was created by [http://www.mediawikiwidgets.org/User:Yaron_Koren Yaron Koren].


To insert this widget, use the following code:
== Using this widget ==
For information on how to use this widget, see [http://www.mediawikiwidgets.org/YouTube widget description page on MediaWikiWidgets.org].


  <nowiki>{{#widget:YouTube|id=DWef69ItVrU}}</nowiki>
== 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.
== Parameters ==
</noinclude><includeonly><object width="425" height="355"><param name="movie" value="https://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->"></param><param name="wmode" value="transparent"></param><embed src="https://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></includeonly>
* '''id''' - video id (from the URL)
* '''playlist''' - playlist name (starts with PL) - first clip is played ('''id''' is ignored)
* '''height''' and '''width''' define view dimensions, 420x350 is default
 
== Sample result ==
=== Single Clip ===
{{#widget:YouTube|id=Ukytqe9pwDM}}
 
=== Playlist ===
{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F}}
 
[[Category:Video Widget]]
{{Comments}}

Revision as of 09:23, 15 May 2018

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

It was created by Yaron Koren.

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