Actions

Widget

Difference between revisions of "Facebook Video"

m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Widget
+
<noinclude>
|description=Allows you to embed Facebook videos.
+
This widget allows you to embed '''[https://www.facebook.com/ Facebook]''' videos on your wiki page.
|author=Ioannis Protonotarios,
 
|provider=Facebook
 
|providerurl=https://developers.facebook.com/docs/plugins/embedded-video-player
 
|status=active
 
|security=unknown
 
}}
 
This widget allows you to add [http://www.facebook.com/ Facebook] video player to your wiki page.
 
  
To insert this widget, use the following code:
+
Created by [https://www.mediawikiwidgets.org/User:Ioannis_Protonotarios Ioannis Protonotarios]
  
<nowiki>{{#widget:Facebook Video|id=10203281911741855}}</nowiki>
+
== Using this widget ==
 +
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Facebook_Video widget description page on MediaWikiWidgets.org].
  
== Parameters ==
+
== Copy to your site ==
* '''id''' - video id (from the URL)
+
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
* '''height''' and '''width''' define view dimensions, 560x315 is default
+
</noinclude><includeonly><iframe src="//www.facebook.com/plugins/video.php?href=https://www.facebook.com/facebook/videos/<!--{$id|escape:'urlpathinfo'}-->/?type=3&amp;show_text=0" width="<!--{$width|default:560|escape:'html'}-->" height="<!--{$height|default:315|escape:'html'}-->" style="border: none; overflow: hidden;" seamless="seamless" allowfullscreen="allowfullscreen"></iframe></includeonly>
 
 
== Sample result ==
 
{{#widget:Facebook Video|id=10203281911741855}}
 
  
 +
<noinclude>
 
[[Category:Widgets]]
 
[[Category:Widgets]]
{{Comments}}
+
</noinclude>

Latest revision as of 23:20, 23 March 2017

This widget allows you to embed Facebook videos on your wiki page.

Created by Ioannis Protonotarios

Using this widget

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

Copy to your site

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