Nottinghack Wiki:Flickr gallery old version: Difference between revisions
Jump to navigation
Jump to search
Refactored JavaScript to only use external https references |
No edit summary |
||
Line 26: | Line 26: | ||
{{#widget:Flickr gallery|mode=user|id=49386198@N04}} | {{#widget:Flickr gallery|mode=user|id=49386198@N04}} | ||
</noinclude> | </noinclude><includeonly> | ||
<includeonly> | |||
<!-- Kishlery code starts here --> | <!-- Kishlery code starts here --> | ||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/mootools/1.2.5/mootools-yui-compressed.js"></script> | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/mootools/1.2.5/mootools-yui-compressed.js"></script> | ||
Line 60: | Line 59: | ||
}); | }); | ||
</script> | </script> | ||
<!-- Kishlery code ends here --> | <!-- Kishlery code ends here --></includeonly> | ||
</includeonly> |
Revision as of 20:40, 9 June 2014
This widget embeds a gallery of images from flickr into a wiki page. It uses the Kishlery javascript gallery.
Using this widget
You can insert a gallery with the following wiki code:
{{#widget:Flickr gallery|mode=user|id=49386198@N04}}
You can find the id
value by using idgettr.com.
Parameters
- mode
- Indicates how photos should be requested from flickr. The accepted values are:
user
,group
,photoset
, orfolder
- id
- The ID used to request images from flickr. Depending on your selected mode, you should enter the user id, group id, or photoset id. You can find the appropriate value using idgettr.com.
- sort
- The order to display the images. Accepted values are:
date-posted-asc
,date-posted-desc
,date-taken-asc
,date-taken-desc
,interestingness-desc
,interestingness-asc
,relevance
- tags
- A space-separated list of tags to search for when retrieving images. An image is included in the gallery if it contains any of the listed tags. This parameter only works when the mode is set to
user
orgroup
. - maxSize
- The size of the images displayed in the gallery, specified in pixels. The aspect ratio of each photo is preserved, and the image is scaled down so its width and height are less than maxSize. Default:
300
. - limit
- The maximum number of photos to retrieve. Default:
30
Example
Error in widget Flickr gallery: Unable to load template 'wiki:Flickr gallery'