Skip to content
haschek edited this page Nov 13, 2011 · 3 revisions

Flickr service class

The Flickr service shows the recent images from Flickr user profile, Flickr groups and Flickr tags.

Configuration values

  • title: text of service box title
  • description: text of service box description, default used as subtitle
  • method: refers to the Flickr image pool what you want to use, currently FlickrUser, FlickrGroup and FlickrTags
  • key: your Flickr-API key
  • total: number of shown images

for FlickrUser

  • username: the Flickr user name, like in http://www.flickr.com/people/username/
  • userid: intern flickr user id, use idGettr to get the id

for FlickrGroup

  • groupname: the Flickr group name, like in http://www.flickr.com/groups/groupname/
  • groupid: intern flickr group id, use idGettr to get the id

for FlickrTags

  • tags: a string of a tag label, or use a PHP array to configure more than one label

Template keys

TODO

Clone this wiki locally