Skip to content

FlickrGallery Module

Documentation > Modules > FlickrGallery Module

Description

Pulls images from Flickr - online photo management.

Attributes

attributerequiredallowed valuesdefaultdescription
userNamenoany validflickruser namenonelimits results to a single user
tagsnotagsnonecomma-delimited list oftags
tagModeno"any","all""any"applies OR, AND for tag sellection
sortno"date-posted-asc"/"date-posted-desc"/"date-taken-asc"/"date-taken-desc"/"interestingness-desc"/"interestingness-asc"/"relevance""date-posted-desc"sets the sort order
alternative attributes (do not play with these above)
photosetIdnoany validphotoset idnonegets images from a photoset
groupIdnoany validgroup namenonegets images from a specified group
groupUrlnoURL address of the group main pagenonegets images from a specified group
display options
perPagenoany number between 1 and 10030how many photos per page
limitPagesnoany positive numbernonelimits number of pages to navigate; also useful if you do not want to navigate pages at all (limitPages="1")
sizeno"square"- 75x75 pixels/"thumbnail"- 100 on longest side/"small"- 240 on longest side/"medium", 500 on longest side"thumbnail"size of the images to display
other options
disableBrowsingno"yes"/"true"nonedisables displaying images in overlay windows when clicked
contentTypenophotos, screenshots, other, photos-screenshots, screenshots-other, photos-other, all"all"sets the type of images retrieved from Flickr

Examples

Get pictures that have both "linux" and "sun" tags:

[[module FlickrGallery tags="linux,sun" tagMode="all"]]

How it works: