Topic: Multiple Flickr Accounts
Hey people,
I am trying to pull photos from multiple accounts...
//FLICKR GALLERY OPTIONS
// To use images from Flickr, uncomment this block
fo.addVariable("useFlickr", "true");
fo.addVariable("user_id", "34306176@N00"); //example
fo.addVariable("user_id", "48508968@N00"); //example
fo.addVariable("showTakenByText", "true");
The problem is when I try this it only loads the photos in the last account. Does anyone know a work around or if this is possible?
Any help is greatly appreciated.