eeFlickr is a Module for Expression Engine which allows you to pull your photo stream, your photos and sets and more you can sort by date, interestingness tags etc. Basically allowing you to put your Flickr into your ExpressionEngine Templates.
Still a very early beta but someone may find it useful as is.
I have allot more i am going to add to this.
pixelfork
I have updated the download let me know if it works for you if not let me know more about your EE install and your PHP version so i can try and reproduce the error.
It seems to be working now. I’ll dig into it a little more and report if I find anything. And I have to say that so far this is exactly what I’ve been looking for. Thanks again!
Here’s a bit of a feature request. I upload images at 1024px for the longest side. Due to this, no “large” size is created. However, you can’t access the “original” size URL in the same way you acees the other sizes. You need a special “original secret” number.
ok i will add that in tomorrow. i don’t show my originals on flickr so i just overlooked that. i also need to add in the width and height of each size. i am also going to add a few more methods like EXIF/TIFF/GPS data, Individual photo comments etc.
ok I added the original format, a width and height var for each size, and 3 new tags
{exp:eeflickr:setinfo}
{exp:eeflickr:comments}
{exp:eeflickr:people}
New Version
3 new tags added
{exp:eeflickr:photobelongs} = Returns all visible sets and pools the photo belongs to
{exp:eeflickr:contextphoto} = Returns next and previous photos for a photo in a photostream
{exp:eeflickr:contextset} = Returns next and previous photos for a photo in a set.
Lumis, thanks for this. Working great. I was wodering if you could add supprt for the “urls” tag, as described here: http://www.flickr.com/services/api/flickr.photos.getInfo.html
This is absolutely fantastic. Just what I need for a client’s website.
I’ve run in to one problem so far. The {description} tag doesn’t seem to work. I put it right after the title tag, which shows up correctly, but it just displays the tag.
You can see the result here. Only the first picture actually has a description, but I just expected nothing to display if it was empty.
yeah this post was actually split from a much older post about flickr and put in the plug-in section by the admins.
and the reason i did this as a module is because i plan on adding flickr user auth to this so there can be a back end management of flickr’s permissions to EE user groups. still early yet.