Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

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=3001 )
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>

Downloads



4.75
Your rating: None Average: 4.8 (4 votes)