Widget:YouTube: Unterschied zwischen den Versionen

Aus Stratum 0
Wechseln zu:Navigation, Suche
(von http://www.mediawikiwidgets.org/YouTube)
 
K
Zeile 17: Zeile 17:
 
== Sample result ==
 
== Sample result ==
 
{{#widget:YouTube|id=Y1g2Cx03L2I}}
 
{{#widget:YouTube|id=Y1g2Cx03L2I}}
 
+
<includeonly><iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="http://www.youtube.com/embed/<!--{$id|escape:'urlpathinfo'}-->" frameborder="0" allowfullscreen></iframe></embed></object></includeonly>
== 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.
 
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="http://www.youtube.com/embed/<!--{$id|escape:'urlpathinfo'}-->" frameborder="0" allowfullscreen></iframe></embed></object></includeonly>
 

Version vom 7. Februar 2012, 05:20 Uhr

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

It was created by Yaron Koren.

Using this widget

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

To insert this widget, use the following code:

 {{#widget:YouTube|id=<video id>}}

Parameters

  • id - video id (from the URL)
  • height and width define view dimensions, 420x350 is default

Sample result