Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

flickrGallery - Dynamic Flickr Photo Gallery with Slider


Average rating
(4 votes)

flickrGallery is an open-source photo gallery for jQuery that allows you to dynamically pull images from a photoset in Flickr.

The main functionalities of this gallery are a) to pull in images dynamically from a Flickr photoset, b) to dynamically grow or shrink the gallery area, depending on the size of the images and c) to offer a lightbox effect for small images. However, all of these functionalities can be turned off. If Flickr is turned off, a standard unordered-list with images can be provided to use just the photo gallery functionality.

The purpose of this plugin is to allow for a dynamic image gallery that is easy to add or remove images from. Once the gallery is added to a website, the code doesn't need to be changed again to update images. Everything, including image captions, is updated from Flickr.

REQUIRES:

jQuery 1.2+
jQuery Flickr by Daniel MacDonald ( Download my edited copy from http://userfriendlythinking.com/Blog/BlogDetail.asp?p1=7013&p2=101&p7=30... )
jQuery UI core and Slider
A Flickr API Key

OPTIONAL:

hoverIntent by Brian Cherne HoverIntent has been removed as of version 1.0.3
lightbox by Leandro Vieira Pinho

The following is for the Small Gallery example.

Javascript:

$().ready(function(){
$('#flickr').flickrGallery({
useFlickr: 'true',
flickrAPIKey: 'yourAPIKey',
photosetID: 'yourPhotosetID',
useHoverIntent: 'true',
useLightBox: 'true'
});
});

HTML:

<div id="flickr"></div>

Releases

Official releasesDateSizeLinksStatus
1.0.22008-Dec-0115.97 KBRecommended for 1.2.xThis is currently the recommended release for 1.2.x.