dojox.image.FlickrBadge¶
| Project owner: | ?– |
|---|---|
| since: | V1.0 |
An extension on dojox.image.Badge, using Flickr as a data provider.
Introduction¶
Flickr badge displays images on a page and cycles through the images displaying “badge” size instances.
Usage¶
There are a number of configurable parameters, most of which are optional:
| Parameter | Description |
|---|---|
| apikey | your Flickr API key |
| columns | # of columns of images to display |
| rows | # of rows of images to display |
| searchText | free text search of title, description, and tags |
| setid | id of a Flickr set to use in displaying images |
| tags | a comma separated list of tags or an array of tags to grab from Flickr |
| userid | your flickr userid (saves a lookup request) |
| username | your flickr username |