Topic: How could I dynamically load Flickr Sets?
I am looking for a way to dynamically load Flickr Sets from a WP template, without having to require an XML file for each gallery. Is there way to specify the FlickrSetID either through shortcodes or Flashvars?
I tried this:
$flickrSetId=72157627662894614
$shortcode= "[simpleviewer gallery_id = 'slideshow_default' useFlickr='true' flickrSetId='$flickrSetId' ]";
echo "flickrset: ".$flickrset;
echo do_shortcode($shortcode);
...It loaded the parameters correctly from the slideshow_default.xml file, but it ignored the flickrSetId in the shortcode, and loaded random images from Flickr instead.
It would be great if future version could include:
1. Closer Flickr integration, so users could select a FlickrSet from within the Wordpress UI
2. Templates for gallery styles, so Advanced options don't have to be re-entered each time