Widget:FlickrSetShow: Difference between revisions

From Francis
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Widget
<noinclude>__NOTOC__
|description=Allows you to embed Flickr Sets (shows).
|author=Tamer Shlash
|provider=Flickr
|providerurl=http://www.flickr.com/
|status=active
|security=unknown
|addedon=August 30, 2013
}}
This widget allows you to embed '''[http://www.flickr.com/ Flickr Sets (shows)]''' on your wiki page.
This widget allows you to embed '''[http://www.flickr.com/ Flickr Sets (shows)]''' on your wiki page.


To insert this widget, use the following code:
Created by [https://www.mediawikiwidgets.org/User:TamerShlash TamerShlash]


<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
== Using this widget ==
|user_id=wikilogia
For information on how to use this widget, see [https://www.mediawikiwidgets.org/FlickrSetShow widget description page on MediaWikiWidgets.org].
|set_id=72157635225433422
|width=400
|height=300
}}</nowiki>


== Parameters ==
== Copy to your site ==
* '''user_id (required)''' - The username or id of Flickr set owner. For example, in http://www.flickr.com/photos/wikilogia/sets/72157632821942851/ the user_id is "wikilogia".
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}}'''.
* '''set_id (required)''' - The id of the set to embed. For example, in http://www.flickr.com/photos/wikilogia/sets/72157632821942851/ the set_id is "72157632821942851".  
</noinclude><includeonly><object width="<!--{$width|default:580|escape:'html'}-->" height="<!--{$height|default:350|escape:'html'}-->"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2F<!--{$user_id|escape:'urlpathinfo'}-->%2Fsets%2F<!--{$set_id|escape:'urlpathinfo'}-->%2Fshow%2F&page_show_back_url=%2Fphotos%2F<!--{$user_id|escape:'urlpathinfo'}-->%2Fsets%2F<!--{$set_id|escape:'urlpathinfo'}-->%2F&set_id=<!--{$set_id|escape:'urlpathinfo'}-->&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=124984"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="//www.flickr.com/apps/slideshow/show.swf?v=124984" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2F<!--{$user_id|escape:'urlpathinfo'}-->%2Fsets%2F<!--{$set_id|escape:'urlpathinfo'}-->%2Fshow%2F&page_show_back_url=%2Fphotos%2F<!--{$user_id|escape:'urlpathinfo'}-->%2Fsets%2F<!--{$set_id|escape:'urlpathinfo'}-->%2F&set_id=<!--{$set_id|escape:'urlpathinfo'}-->&jump_to=" width="<!--{$width|default:580|escape:'html'}-->" height="<!--{$height|default:350|escape:'html'}-->"></embed></object></includeonly>
* '''width (optional)''' - The width of the embedded show.
* '''height (optional)''' - The height of the embedded show.

Revision as of 17:08, 19 January 2021

This widget allows you to embed Flickr Sets (shows) on your wiki page.

Created by TamerShlash

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:FlickrSetShow.