Widget:Dailymotion : Différence entre versions

De CerclesRestauratifs.org
Aller à : navigation, rechercher
 
Ligne 2 : Ligne 2 :
 
This widget allows you to add [http://www.dailymotion.com/ Daily Motion] video player to your wiki page.
 
This widget allows you to add [http://www.dailymotion.com/ Daily Motion] video player to your wiki page.
  
It's created by [[mediawikiwiki:User:Sergey Chernyshev|Sergey Chernyshev]] as a replacement for [[mediawikiwiki:Extension:VideoFlash|VideoFlash extension]].
+
It's inspired from https://www.mediawikiwidgets.org/Daily_Motion
  
 
To insert this widget, use the following code:
 
To insert this widget, use the following code:
Ligne 8 : Ligne 8 :
 
  <nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
 
  <nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
 
|id=x5c4iy
 
|id=x5c4iy
|width=640
 
|height=360
 
 
}}</nowiki>
 
}}</nowiki>
  
Width and hight are optional, 640x360 is a default, "id" is a first part of the file name in page URL (before first underscore, see example above).
+
Width and hight are optional, 480x270 is a default, "id" is a first part of the file name in page URL (before first underscore, see example above).
  
</noinclude><includeonly><object width="<!--{$width|default:640|escape:'html'}-->" height="<!--{$height|default:360|escape:'html'}-->"><param name="movie" value="http://www.dailymotion.com/swf/<!--{$id|escape:'urlpathinfo'}-->&v3=1&colors=background:DDDDDD;glow:FFFFFF;foreground:333333;special:FFC300;&related=0"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/<!--{$id|escape:'urlpathinfo'}-->&v3=1&colors=background:DDDDDD;glow:FFFFFF;foreground:333333;special:FFC300;&related=0" type="application/x-shockwave-flash" width="<!--{$width|default:640|escape:'html'}-->" height="<!--{$height|default:360|escape:'html'}-->" allowFullScreen="true" allowScriptAccess="always"></embed></object></includeonly>
+
</noinclude><includeonly><iframe src="//www.dailymotion.com/embed/video/<!--{$id|escape:'urlpathinfo'}-->" allowfullscreen="" width="480" height="270" frameborder="0"></iframe>
 +
</includeonly>

Version actuelle datée du 9 janvier 2018 à 10:41

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

It's inspired from https://www.mediawikiwidgets.org/Daily_Motion

To insert this widget, use the following code:

{{#widget:Dailymotion
|id=x5c4iy
}}

Width and hight are optional, 480x270 is a default, "id" is a first part of the file name in page URL (before first underscore, see example above).