On WP2.8.4
Have installed and configured the Flickr Feed Gallery. Configure it with my Flickr photostream URL and put the Flickr Feed Gallery widget in the Right Sidebar.
The page renders with the title from the sidebar, but no images from the photostream.
When I view source for the timberhouse.net homepage it looks like it is correctly picking up the needed Flickr API info as follows:
<div id="flickr-feed-gallery" class="widget widget_flickr_feed_gallery"><div class="widget-title"><h3>Flickr Timber House</h3></div><span id='ffg_marker_span' style='display:none;'></span><script> var ffg_options = ['http://api.flickr.com/services/feeds/photos_public.gne?format=json&jsoncallback=?&id=43 372128@N06&language=&tags=&tagmode=any','_t','4']; </script><style>.ffg_link_css {
The api call does return data on the pics, so am fairly sure the needed info is being provided to WP.
But no pics are displayed. Any idea how I can fix this?
Thanks for any help you can offer!