Widget: YouTube: Unterschied zwischen den Versionen

Aus eLib.at
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „{{Widget |description=Allows you to add YouTube videos. |author=Yaron Koren |provider=YouTube |providerurl=https://code.google.com/apis/youtube/player_parameters.html |status=active |security=unknown |addedon=May 16, 2008 }} This widget allows you to add a [http://www.youtube.com/ YouTube] video player to your wiki page. It was created by Yaron Koren and extended by Karsten Hoffmeyer. To insert this widget, use the f…“)
 
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
{{Widget
<noinclude>
|description=Allows you to add YouTube videos.
This widget allows you to add a [https://developers.google.com/youtube/player_parameters YouTube video player] to your wiki page.
|author=Yaron Koren
|provider=YouTube
|providerurl=https://code.google.com/apis/youtube/player_parameters.html
|status=active
|security=unknown
|addedon=May 16, 2008
}}
This widget allows you to add a [http://www.youtube.com/ YouTube] video player to your wiki page.


It was created by [[User:Yaron Koren|Yaron Koren]] and extended by [[User:Kghbln|Karsten Hoffmeyer]].
Created by [https://www.mediawikiwidgets.org/User:Yaron_Koren Yaron Koren] and extended by [https://www.mediawikiwidgets.org/User:Kghbln Karsten Hoffmeyer].


To insert this widget, use the following code:
== Using this widget ==
For information on how to use this widget, see the [https://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 the [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and the copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki, as an article called '''{{FULLPAGENAME}}'''.
== Parameters ==
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{if isset($start)}-->?start=<!--{$start|escape:'urlpathinfo'}--><!--{/if}--><!--{/if}-->" style="border: none" allowfullscreen></iframe></includeonly>
* '''id''' - video ID (from the URL)
* '''start''' - timestamp of starting point within the video in seconds
* '''playlist''' - playlist name (starts with PL) - first clip is played ('''id''' and '''start''' are ignored)
* '''height''' and '''width''' define view dimensions, 420x350 is default
 
== Sample results ==
=== Single clip ===
; Syntax
<pre>{{#widget:YouTube|id=Ukytqe9pwDM}}</pre>
; Result
{{#widget:YouTube|id=Ukytqe9pwDM}}
 
=== Single clip starting at 300 seconds ===
; Syntax
<pre>{{#widget:YouTube|id=Ukytqe9pwDM|start=300}}</pre>
; Result
{{#widget:YouTube|id=Ukytqe9pwDM|start=300}}
 
=== Playlist ===
; Syntax
<pre>{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F}}</pre>
; Result
{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F}}
 
=== Playlist with different dimensions ===
; Syntax
<pre>{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F|height=525|width=630}}</pre>
; Result
{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F|height=525|width=630}}
 
[[Category:Video Widget]]
{{Comments}}

Aktuelle Version vom 22. Oktober 2022, 12:30 Uhr

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

Created by Yaron Koren and extended by Karsten Hoffmeyer.

Using this widget

For information on how to use this widget, see the widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install the MediaWiki Widgets extension and the copy full source code of this page to your wiki, as an article called Widget:YouTube.