Flickr Feed Gallery
Using Flickr Feed Gallery plugin, blog writers can easily embed Flickr photos to a WordPress blog. Only publicly available Flickr photo streams can be configured. Please see Flickr feed page for more details on the various feeds available. Flickr Feed Gallery supports public photo stream, group pool stream, favorites stream and friend’s photo stream. All the options can be changed from the settings page.
- Public photo stream – Photos belonging to a specific Flickr user id or a group of user ids can be displayed. Photos can be filtered using a set of tags.
- Friend’s feed – Photos from the contacts/friends & family of a user id can be displayed. Single or multiple photos per contact can be displayed. It is also possible to limit only to photos from friends & family.
- Group photo stream – Photos from a group pool can be displayed.
- Favorites photo stream – Favorite photos of a specific user can be displayed.
Download
Download Flickr Feed Gallery 1.1 from WordPress plugin repository.
Installation
- Download and extract Flickr Feed Gallery zip file to the plugins folder. Verify that you see the folder flickr-feed-gallery inside plugins folder.
- Activate Flickr Feed Gallery plugin from WordPress administration.
- Configure Flickr Feed Gallery from WordPress Admin->settings->Flickr Feed Gallery
- Add Flickr Feed Gallery as a widget from WordPress Admin->Appearance->Widgets OR use the code <?show_flickr_feed_gallery();?> in your theme files.
- You can customize the appearance of the gallery by modifying flickr-feed-gallery.css file.
Technical Notes
- Uses jQuery for fetching photos from a JSON feed.
- Tested on IE 7, IE 8, FF 3.0 and Chrome 2.0 browsers.
- Compatible with WordPress 2.7 above. Tested on 3.0.1.
License
- Flickr Feed Gallery is released under GPL license.
Feedback & Updates
If you have any comments or suggestions about this program please let me know. Watch this page or my twitter feed for any updates.
Software Disclaimer
This software is provided "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner be liable for any direct, indirect, incidental, special, exemplary, or consequential damages however caused.
Version History
- Released version 1.1 on 16th June 2009 (Bug fixes).
- Released version 1.0 on 16th June 2009.

September 24th, 2010 at 8:40 am
This is a very col plugin, and I am trying to pull the actual PJP code for shot_flickr_feed_gallery into a page, and show about 30 images per page. Can this be set up using feed parameters in the php call, or should I pu a feed to call in those paranthese?
Here is my example:
http://ds106.umwblogs.org/daily-shoot
September 30th, 2010 at 12:34 am
My feed seems to bring in my latest photos at the bottom? Is it possible to swap this around? I.e. most recent photos come in first – left to right?
Please
November 14th, 2010 at 3:26 pm
i seem to be able to only show my uploaded photos to a group, not the entire group pool. any idea why this is?
December 28th, 2010 at 11:57 am
Thanks for this perfect plugin
is possible see the photo like lightbox mode?
January 2nd, 2011 at 3:38 pm
It works well, but only with small images in the sidebar using the widget. I tried adding the code – – to a page but it is clear that only works for people who know where to paste it in. Why can’t it use a short-code?
I’m happy to pay for a plug-in, but not when it costs the same annually for the plugin as for a Flickr Pro membership, like Slickr Flickr does.
January 13th, 2011 at 9:07 am
Having the same problem as Adam above, the latest photos are showing at the bottom! Would really prefer the latest to be at the top.
February 3rd, 2011 at 2:17 am
I’m playing with wordpress before I migrate my site. Can you tell me how to:
1) Remove the black borders from the photos?
2) Make the title font bold?
February 11th, 2011 at 6:41 pm
Adam-
Not sure if you’re reading, but I was looking for my photos to be displayed with the latest photos at the top as well.
I fixed it by editing the plugin file (wp-content/plugins/flickr-feed-gallery/flickr-feed-gallery.php) and changing the line that says:
jQuery(content).insertAfter('#ffg_marker_span');
I changed it to:
jQuery(content).insertBefore('#ffg_marker_span');
Hope that helps!
Chris
March 11th, 2011 at 12:11 pm
[...] http://www.jaysonjc.com/projects/wordpress-plugins/flickr-feed-gallery Most photographers have some sort of presence of Flickr. This plugin pulls your latest flickr uploads and allows you to display them on your blog. I generally opt for a sidebar display but you can easily add the images to your pages and posts. [...]
July 22nd, 2011 at 12:57 pm
Why is that the number of images is restricted to 10 in WP Flickr plugin? How do I increase the limit? Further, the screenshot put up here isn’t exactly what I see on the current version of it?