Widget:FlickrSetShow: Difference between revisions

From Francis
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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>
Doesn't work: FLASH based !
|user_id=wikilogia
|set_id=72157635225433422
|width=400
|height=300
}}</nowiki>


== Parameters ==
== Using this widget ==
* '''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".
For information on how to use this widget, see [https://www.mediawikiwidgets.org/FlickrSetShow widget description page on MediaWikiWidgets.org].
* '''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".  
 
* '''width (optional)''' - The width of the embedded show.
== Copy to your site ==
* '''height (optional)''' - The height of the embedded show.
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}}'''.
</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>

Latest revision as of 17:20, 19 January 2021

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

Created by TamerShlash

Doesn't work: FLASH based !

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.