Справка:Как вставить видео — различия между версиями

Материал из ТХАБ.РФ
Перейти к: навигация, поиск
(Новая страница: «{{#ev:youtube|pSsYTj9kCHE}} {{#ev:vk|99592204}} == ru tube == 'rutube' => [ 'embed' => '<iframe src="//rutube.ru/play/embed/%1$s" width="%2$d" height="%3$d"…»)
 
м
Строка 1: Строка 1:
 
{{#ev:youtube|pSsYTj9kCHE}}
 
{{#ev:youtube|pSsYTj9kCHE}}
  
{{#ev:vk|99592204}}
 
== ru tube ==
 
'rutube' => [
 
'embed' => '<iframe src="//rutube.ru/play/embed/%1$s" width="%2$d" height="%3$d" frameborder="0" allowfullscreen="true"></iframe>',
 
'default_width' => 640,
 
'default_ratio' => 1.77777777777778, // (16 / 9)
 
'https_enabled' => true,
 
'url_regex' => [
 
'#rutube\.ru/video/([a-zA-Z0-9]+)(?:/\S+?)?#is'
 
],
 
'id_regex' => [
 
'#^([a-zA-Z0-9]+)$#is'
 
]
 
],
 
  
== Vk ==
+
== VK традиция ==
'vk' => [
+
'embed' => '<iframe src="//vk.com/play/embed/%1$s" width="%2$d" height="%3$d" frameborder="0" allowfullscreen="true"></iframe>',
+
'default_width' => 640,
+
'default_ratio' => 1.77777777777778, // (16 / 9)
+
'https_enabled' => true,
+
'url_regex' => [
+
'#vk\.com/video/([a-zA-Z0-9]+)(?:/\S+?)?#is'
+
],
+
'id_regex' => [
+
'#^([a-zA-Z0-9]+)$#is'
+
]
+
],
+
 
+
 
+
 
+
=== VK традиция ===
+
  
 
'vkontakte' => array(
 
'vkontakte' => array(
Строка 43: Строка 13:
  
 
== Ссылки ==
 
== Ссылки ==
* [http://traditio.wiki/EmbedVideo EmvbedVideo 1.3 - традиция вики]
+
 
* [https://github.com/Alexia/mediawiki-embedvideo/blob/master/classes/VideoService.php - файл EmbedVideo 2.2.8 где добавить VK]
+
* [https://www.mediawiki.org/wiki/Extension:EmbedVideo Страница расширения]
 +
* [http://traditio.wiki/EmbedVideo EmvbedVideo 1.3 Традиция вики]
 +
* [https://github.com/Alexia/mediawiki-embedvideo/blob/master/classes/VideoService.php файл EmbedVideo 2.2.8 где добавить VK]
  
 
[[Категория:ТХАБ]]
 
[[Категория:ТХАБ]]

Версия 05:24, 17 января 2016


VK традиция

'vkontakte' => array(

       'id_pattern'     => '/^-?[01-9]+$/',
       'url'            => 'http://vkontakte.ru/video_ext.php?oid=$1&id=$4&hash=$5&hd=1',
       'default_width'  => 304,
       'default_height' => 180,

'noembed' => true

   ),

Ссылки