=== flickpress ===
Contributors: isaacwedin
Donate link: http://familypress.net/flickpress/
Tags: images, photos, flickr
Requires at least: 2.8
Tested up to: 2.9.1
Stable tag: 1.5
flickpress is a tool to find Flickr photos and insert them into your posts, plus a widget to display recent Flickr photos.
== Description ==
flickpress adds a button to the post editor to find and insert Flickr photos into WordPress posts. Add Flickr users by entering their usernames or email addresses. Previously-entered Flickr users are stored in a database table that can be managed at Tools:flickpress. Search for users' photos by keyword or browse tags, photosets, favorites, or recent photos. You can also search for Creative Commons, Flickr Commons, and government photos. Click through to a photo to insert a variety of sizes, adding a variety of caption information if desired.
== Installation ==
1. Extract the plugin archive in your `/wp-content/plugins/` directory, creating a 'flickpress' folder there.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Enter your Flickr API key at Settings:flickpress and configure other
options if desired.
4. If you wish to use the caption function, your theme should include some caption-related style stuff - see the default theme for an example.
== Template Function ==
There is a simple template function available for use in your sidebar or other spots you'd like to include a few recent flickr photos. The function, its options, and the defaults are:
`flickpress_photos($email,$numphotos=3,$before='',$after='
',$fpclass='centered');`
== Widget ==
The widget just packages the template function in convenient widget form. To use it, activate it through the 'Plugins' menu in WordPress and add it to your sidebar through the 'Widgets' menu. It requires some things in the main plugin, so you'll need to have both activated or it will not work.
Just like with the template function, you may specify a class for the images,
and text (such as HTML tags) to display before and after each image. Some tips:
* For a horizontal display, put nothing or just spaces before and after.
* For a vertical display, either use `
` before and `
` after or just a `