=== 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. == 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.1 = * First version. Adds a fancyflickr gallery with the use of the `[fancyflickr]` shortcode.