Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
898 bytes añadidos
, hace 3 años
Línea 4: |
Línea 4: |
| == Using this widget == | | == Using this widget == |
| For information on how to use this widget, see the [http://www.mediawikiwidgets.org/YouTube widget description page on MediaWikiWidgets.org]. | | For information on how to use this widget, see the [http://www.mediawikiwidgets.org/YouTube widget description page on MediaWikiWidgets.org]. |
| + | |
| + | This widget allows you to add a YouTube video player to your wiki page. |
| + | |
| + | It was created by Yaron Koren and extended by Karsten Hoffmeyer. |
| + | |
| + | To insert this widget, use the following code: |
| + | |
| + | <nowiki>{{#widget:YouTube|id=DWef69ItVrU}}</nowiki> |
| + | |
| + | Parameters |
| + | |
| + | 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 |
| + | |
| + | Single clip |
| + | |
| + | Syntax |
| + | |
| + | <nowiki>{{#widget:YouTube|id=Ukytqe9pwDM}}</nowiki> |
| + | |
| + | Single clip starting at 300 seconds |
| + | |
| + | Syntax |
| + | |
| + | <nowiki>{{#widget:YouTube|id=Ukytqe9pwDM|start=300}}</nowiki> |
| + | |
| + | Playlist |
| + | |
| + | Syntax |
| + | |
| + | <nowiki>{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F}}</nowiki> |
| + | |
| + | Playlist with different dimensions |
| + | |
| + | Syntax |
| + | |
| + | <nowiki>{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F|height=525|width=630}}</nowiki> |
| | | |
| == Copy to your site == | | == Copy to your site == |
| To use this widget on your site, just install the [http://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}}'''. | | To use this widget on your site, just install the [http://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}}'''. |
| </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}--><!--{if isset($cc)}-->?cc_load_policy=1<!--{/if}-->" frameborder="0" allowfullscreen></iframe></includeonly> | | </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}--><!--{if isset($cc)}-->?cc_load_policy=1<!--{/if}-->" frameborder="0" allowfullscreen></iframe></includeonly> |