WP Flicker is a very easy to manage plugin to display nice Photo Gallery with flicker Images. You do not need any API key. Just use your Flicker User ID. WP Flicker will grab images from flicker feed. So you do not need to upload images on your server. You will a get shortcode with a lot of options and also a custom widget for single image gallery. PrettyPhoto jQuery plugin is used for image popup.
Sample Usage:
[flickergallery images='NUMBER_OF_IMAGE' flickerid="YOUR_FLICKER_USERID"]
Parameters:
'images' : Number of image to display eg. 20
'flickerid' : Your flicker ID, eg. 37304598@N02
'theme' : theme for image popup available form prettyphoto jQuery Plugin. You can use light_rounded, dark_rounded, dark_square, light_square, facebook
'slideshow' : time of slideshow after popup, In milesecond eg. 6000,
'imagesize' : Image size to display. 'small' and 'medium' available
Simple Example:
[flickergallery images='12' flickerid="83639076@N06"]
Advance Usage:
[flickergallery images='8' flickerid="7511731@N06" imagesize="medium" theme="facebook"]
Visit Demo:
Demo Page
Special Thanks to:
Joel Sutherland