Why flickr is such a great photo host
Posted: Thu Nov 17, 2005 4:55 pm
Besides all of the usual reasons (unlimited space, easy sharing, etc), the REAL reason I'm loving flickr right now is the Flickr API they've set up for the users. I've been experimenting with phpFlickr (from the site: "phpFlickr is a class written by Dan Coulter in PHP4 to act as a wrapper for Flickr's API. Methods process the response XML and return a friendly array of data to make development simple and intuitive."). I believe to implement phpFlickr the only requirement is that your webhost needs to support PHP4.
Anyways, here's a sample script I've started putting together... it's very plain and simple at the moment, but I'm just making sure everything works before getting too fancy. Take a look, enter a flickr user id (mine is d70_n00b if you don't know of one), and check out the script... Enter a flickr ID and it will bring up all the user's sets.. click on a set, and it brings up all the pictures from that set, with EXIF data and links to the original on flickr... this script is just the tip of the iceberg on what flickr API can do. If you'd like to see some code samples, let me know (I'm not a serious programmer, but somewhat familiar with php and, though I'm sure my code isn't the most efficient, it's working at the moment ).
Just thought I'd pass the info along as this could be invaluable to making some great photo gallery pages... it would be nice to see more photo hosts implement great features like this. Let me know what you think.
Anyways, here's a sample script I've started putting together... it's very plain and simple at the moment, but I'm just making sure everything works before getting too fancy. Take a look, enter a flickr user id (mine is d70_n00b if you don't know of one), and check out the script... Enter a flickr ID and it will bring up all the user's sets.. click on a set, and it brings up all the pictures from that set, with EXIF data and links to the original on flickr... this script is just the tip of the iceberg on what flickr API can do. If you'd like to see some code samples, let me know (I'm not a serious programmer, but somewhat familiar with php and, though I'm sure my code isn't the most efficient, it's working at the moment ).
Just thought I'd pass the info along as this could be invaluable to making some great photo gallery pages... it would be nice to see more photo hosts implement great features like this. Let me know what you think.