Full usage guide is kept updated at the plugin homepage.
To get the photos this plugin uses the search API from flickr here are the parameters accepted: note: you need at least one parameter
[miniflickr lang="pt" userid="yourflickr_id'' tags="tag1,tag2" ...other parameters... ]Content for non javascript clients like RSS and email[/miniflickr]
This parameter only works if you're using xLanguage plugin. And is the locale code like en, es, ptbr, engb.
The NSID of the user who's photo to search. If this parameter isn't passed then everybody's public photos will be searched.
A comma-delimited list of tags. Photos with one or more of the tags listed will be returned.
Either 'any' for an OR combination of tags, or 'all' for an AND combination. Defaults to 'any' if not specified.
Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.
Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.
Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.
Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.
The order in which to sort returned photos. Deafults to date-posted-desc (unless you are doing a radial geo query, in which case the default sorting is by ascending distance from the point specified). The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, interestingness-asc, and relevance.
A comma-delimited list of 4 values defining the Bounding Box of the area that will be searched.The 4 values represent the bottom-left corner of the box and the top-right corner, minimumlongitude, minimumlatitude, maximumlongitude, maximumlatitude.Longitude has a range of -180 to 180 , latitude of -90 to 90. Defaults to -180, -90, 180, 90 if not specified.Unlike standard photo queries, geo (or bounding box) queries will only return 250 results per page.Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
A tag, for instance, is considered a limiting agent as are user defined mindatetaken and mindateupload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).
The id of a group who's pool to search. If specified, only matching photos posted to the group's pool will be returned.
A valid latitude, in decimal format, for doing radial geo queries.Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.A tag, for instance, is considered a limiting agent as are user defined mindatetaken and mindateupload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).
A valid longitude, in decimal format, for doing radial geo queries.Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.A tag, for instance, is considered a limiting agent as are user defined mindatetaken and mindateupload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).
A valid radius used for geo queries, greater than zero and less than 20 miles (or 32 kilometers), for use with point-based geo queries. The default value is 5 (km).
The unit of measure when doing radial geo queries. Valid options are "mi" (miles) and "km" (kilometers). The default is "km".
A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, dateupload, datetaken, ownername, iconserver, originalformat, lastupdate, geo, tags, machinetags, odims, views, media.
Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.




