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'
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:
<p> before and </p> after or just a <br /> after.



