flickrGallery - Dynamic Flickr Photo Gallery with Slider
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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 1.0.2 | 2008-Dec-01 | 15.97 KB | Recommended for 1.2.x | ||
