Flickr Photostream Shortcode

Displays a Flickr photostream. You can set the width and height of the Flickr thumbs in the theme options

Shortcode:

[flickr]

Attributes:

id
This is the "name" of the collection of Flickr photos. It is used as an identifier if you have multiple different collections of photostreams on the same page. Use any string for this value (e.g. "myFlickr") but each one needs to be unique

flickraccount
Can have the value of any valid Flickr account

limit
Can have the value of any number. This is the number of Flickr thumbnails you want to show in your list

Examples:

The following will display a Flickr photostream

[flickr id="myFlickr" flickraccount="0123456" limit="9"]
Back to Shortcodes »