This website was created by customizing a WordPress theme from Graph Paper Press, that integrates with my image archive at PhotoShelter. One of the things on my list of things to do on this website, is to create a gallery in my blog sidebar (or home page) that displays thumbnails of images that I recently uploaded to my archive at PhotoShelter. I already have a flash slideshow based on a gallery with a selection of new images on my What’s new page, but this is not what I am looking for. I am looking for something that uses the general RSS feed of my PhotoShelter archive or the RSS feed of my “new images” gallery. Key however is that it shows thumbs in either a row or in a box.
While I was hunting for a standard solution, I ran into the Photo RSS & ATOM Feed by Chapman IT. This widget is based on a RSS parser called SimplePie. There are three ways of getting this widget to work:
When reviewing the functionality of the widget, I focussed on the html and the simple php variant. Both variants allow you to specify the size of the thumbnails, the number of thumbnails to display (max. 20), the spacing between the thumbs and the styling of the box in which the thumbnails are enclosed. In addition, it is possible to choose between square thumbnails and normal thumbnails.
I tested the widget variant using my main PhotoShelter feed. It is also possible to use the feed of a specific gallery (for instance a gallery which contains a selection of images added recently). A few examples of what can be achieved:
This Photo RSS/ATOM Feed Display widget of Chapman IT meets many of my requirements. It reads the RSS feed and creates a gallery with thumbnails from it. And recently the possibility to add space between the thumbs has been added. When you hover the thumbs, the caption will be shown and when you click the thumb you will be taken to the original photo at PhotoShelter. So far, so good. What I personally still miss however, is the ability to do things like captions under the thumbs, thumb background coloring and borders around each thumb. Many of us will however already be happy with what this widget can do as it stands. If you are into php and opt for the advanced version, there are obviously virtually no limits to what you can do.
To date, I haven’t found any good alternatives, so will start using this widget. Furthermore, I started to work on a custom php based version that is geared towards use with PhotoShelter and with maximum lay-out flexibility. I am testing that version at the moment and will be releasing in the coming few days. So stay tuned. And … if you do know other good standard solutions, please do let me know!
This entry was posted on Tuesday, May 18th, 2010 at 5:52 PM. It is filed under Software, Tech & Books and tagged with: Chapman, Experiences, Graph Paper Press, NiO PhotoShelter RSS Gallery Widget, Photoshelter, PHP, Plugin, Review, RSS, RSS parser, Thumbnail, thumbnail gallery, Widget, WordPress . You can follow any responses to this entry through the RSS 2.0 feed.
All content © 2013 NiO Photography & Johan Peijnenburg. All rights reserved. Sitemap

Thanks for the link and for this write-up! I was just hoping as I created this that it would be useful for others.
I appreciate you mentioning the problems with the Photo Feed Display (removing 'RSS' from title as it works with Atom Feeds, too). I'll look into these soon. I just finished the code update late last night and didn't give it enough in-house testing before updating…so I'll try to address the thumbsize and non square thumb issues!
"What I personally still miss however, is the ability to do things like captions under the thumbs, thumb background coloring and borders around each thumb."
If the solution you are developing doesn't work out, the added Advanced PHP Variant should do what you need…it allows total customization, really, of how the feed information is displayed.
Let me know when your custom version is done and if you make it available to the public, I'll be sure to link to it as an alternative from the Photo Feed Display page.
Thanks for contributing!
Hi Nick,
I have updated the article to also state that ATOM feeds are supported. Do let me know, when you addressed the issues and i'll test again. I will also look at the advanced version the coming weeks.
I will keep you posted on my progress!
Thanks,
Johan
Thanks for the update!
The options are fixed, as far as I can tell. I think the examples here would display as you intended if the iFrame sizes were adjusted. If you determine that the problem is with the Photo Feed Display Widget, please let me know and I'll look into it.
Hi Nick,
Adjusted the examples and the text. All is fine now.
Thanks, Johan