I get this error not on activation, but in the publish screen when attempting to add a photo:
Invalid argument supplied for foreach() digitalwaxworks_flickr/includes/photostream.phpThis is in a Matrix field - which the documentation says will work. I get the flickr shell, and my tags and photo sets show up, but not my photostream. Also - once I add one photo, I cannot add another. I click the button and the popup window does not reappear.
Hey Brett,
This looks fantastic! I’m wondering if it’s possible to use the photostream tag pair, but add a parameter to specify a certain tag to serve as a filter? I love how the plugin displays the small 75x75 images, but I don’t want to have every photo in my stream also on my website. I’d like to be able to choose.
I realize that you could do this by adding specified photos to Flickr favorites, but the Flickr mobile app won’t allow you to add photos to favorites for some reason. (I’d like to set this up so that clients can shoot photos with their phones, and have them instantly appear on their sites.)
Would it be possible to add a tag parameter?
Stellar work sir!
Hey Brett
What a wonderful plugin! Just been trying out your new beta as needed something to pull in Flickr Groups.
I hacked it a little to allow for paging the results - be lovely if you could add this to the groupset() function in a future release?
$page = $this->EE->TMPL->fetch_param('page');
$page = $page != '' ? $page : 1;
$group_photos = $f->groups_pools_getPhotos($groupId, NULL, NULL, 'description, url_s, url_m, url_o', $numPhotos, $page);Cheers, Tim
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.