Skip to content

Instantly share code, notes, and snippets.

@michael
Created April 27, 2009 15:14
Show Gist options
  • Select an option

  • Save michael/102540 to your computer and use it in GitHub Desktop.

Select an option

Save michael/102540 to your computer and use it in GitHub Desktop.
$(function(){
$(document).ready(function() {
$("#photos").flickr({
api_key: "_your_api_key_",
type: 'photoset',
photoset_id: '_your_photoset_id',
per_page: 18,
callback: function(el) {
$(el).find('a').facebox();
}
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment