=== FancyFlickr === Contributors: betzster Tags: photos, flickr Requires at least: 2.8 Tested up to: 2.8.6 Stable tag: trunk Adds a nice looking gallery from flickr styled with a little CSS3 and jQuery, which degrades nicely in older browsers. == Description == This plugin gets images from your flickr account and displays them in an array styled with a little CSS3 and jQuery, which degrades nicely in older browsers. Also opens photos in the prettyPhoto lightbox. Go to http://joshbetz.com/2009/12/fancyflickr-authentication/ to vote on whether or not you want FancyFlickr to support authentication. == Installation == 1. Upload `fancyflickr` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Set your API Key and User ID in the FancyFlickr menu. == Frequently Asked Questions == = How do I use this Plugin? = FancyFlickr uses the `[fancyflickr]` shortcode to display the FancyFlickr gallery in any post. The full options are `[fancyflickr set="SETID" num="NUMBEROFPICS"]`. Neither of these are required. Without any of the options set it will get the newest gallery with all of the pictures. = When I created a new set, the pictures on my post changed. Why? = Right now, the plugin isn't smart enough to know which set is the newest at the time you wrote the post. I'm working on a way to solve this that will be available in the next version. = Is there a way to choose which pictures inside a set are displayed? = Right now the only way would be to set `num="NUMBEROFPHOTOS"` and rearrange your set on flickr. I know. It's annoying. I'm working on better ways to do this. == Screenshots == 1. A FancyFlickr gallery 2. The prettyPhoto lightbox 3. The FancyFlickr options page == Changelog == = 0.2 = * RGBA drop shadows to work on any background. * New option: size. Valid Paremters are `s` for a small square, `t` for a thumbnail, `m` for the standard size. Default value: m. * New option: columns. Sets the number of columns displayed by the plugin. Default value: 3. * New function: `fancyflickr(array('set' => 'setID', 'num' => 500, 'width' => 'm', 'columns' => '3'))`. Gets the photos in the same way as the shortcode. Set the parameters with an array. Default values: set = your lastest set, num = 500, width = m, columns = 3. = 0.1 = * First version. Adds a fancyflickr gallery with the use of the `[fancyflickr]` shortcode.