Widget:YouTube — различия между версиями

Материал из rock63.ru
Перейти к: навигация, поиск
Строка 13: Строка 13:
 
* '''id''' - video id (from the URL)
 
* '''id''' - video id (from the URL)
 
* '''playlist''' - playlist name (starts with PL) - first clip is played ('''id''' is ignored)
 
* '''playlist''' - playlist name (starts with PL) - first clip is played ('''id''' is ignored)
* '''width''' define view dimensions, 350x267 is default
+
* '''width''' and '''height''' define view dimensions, 350x267 is default
 
</noinclude><includeonly>
 
</noinclude><includeonly>
<iframe width="<!--{$width|validate:int|default:350}-->" height="{{#expr: trunc 1234.5678 }}" src="http://www.youtube.com/embed/<!--{$id|escape:'urlpathinfo'}-->" frameborder="0" allowfullscreen></iframe></includeonly>
+
<iframe width="<!--{$width|validate:int|default:350}-->" height="<!--{$height|validate:int|default:267}-->" src="http://www.youtube.com/embed/<!--{$id|escape:'urlpathinfo'}-->" frameborder="0" allowfullscreen></iframe></includeonly>

Версия 13:46, 19 декабря 2013

Виджет для вставки видео с YouTube на страницу. Автор виджета: Yaron Koren.

Для вставки используйте следущий код:

Использование

Одно видео

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

Плейлист

{{#widget:YouTube|playlist=PL6FD8256CD24CFF1F}}

Параметры

  • id - video id (from the URL)
  • playlist - playlist name (starts with PL) - first clip is played (id is ignored)
  • width and height define view dimensions, 350x267 is default