Using phpFlickr to Create a Ajax Enabled Flickr Slideshow

Posted by jay on October 16, 2006 under AJAX, PHP | Read the First Comment

The title says it all and that’s just we’re going to do. We’re going to create an Ajax enabled Flickr slideshow using the phpFlickr class.

You’ll want to have a look at this article: Using phpFlickr to Intergrate Flickr Photos on Your Own Site because this hack builds off of the referenced article.

See the working example here.

Read more of this article »

Using phpFlickr to Integrate Flickr Photos on Your Own Site

Posted by jay on under PHP | 5 Comments to Read

Over the past couple of weeks I have been working with the phpFlickr class that interfaces with the Flickr API. Integrating with Flickr is part of a side-project that I have going which is to create a single site to display del.icio.us links, Flickr photos, Google office docs and other social networking stuff.

Any how I stumbled upon the phpFlickr class and have been hacking away at a fully integrated photo site to display my Flickr photos. Now don’t get too excited because the photos I have are mostly just my daughter (Yes, to those of you with out kids this is a little weird but I assure you it’s perfectly normal).

As always I started out with a grand plan to write the ultimate howto guide to the phpFlickr class and so far it’s going well but I am reaching a point that it’s just too much information for me to cover. So as a compromise I am posting the source code with some instructions so that others can use the code and hack at it them selves.
Read more of this article »