Posted by rggoode on May 6, 2011 at 2:36pm
Does anyone know of a module or method for displaying a Flickr or Picasa gallery feed as a gallery on a Drupal 6 site? The only thing I've found so far is a module called Brilliant Gallery http://drupal.org/project/brilliant_gallery, but I've not been able to get that one to work as advertised.
The other piece of this is that the client would like to have the photo-sharing site gallery simply displayed on their site, not to load the images on their server. As it turns out, Brilliant Gallery (if it worked) would cache the images into a designated directory on the local site.

Comments
Try Feeds
The Feeds module http://drupal.org/project/feeds imports from an RSS and turns the data into nodes. Then, just make a View to do what ever you want.
Michelle Lauer
michellelauer.com