jQuery Flickr Plugin

There isn’t a lot to this code, but it’s easy to use. You can also nest the calls, which can come in handy when pulling public photos.

Here’s an example of the code in use.


$.flickr.api({
    apikey:"",
    apiObject:{
    	method:"flickr.nameofmethod.here",
        num_of_photos:"5"
    },
    callback:function(data){
    	//this is where you work with the data you get back

    }
});

Feel free to leave a comment if you have any questions. Also feel free to check out this example, and of course download the source.