Sean Gofus - Web Design and Development

Simplr Gallery jQuery Plugin

Click To Enlarge

Simplr Gallery is an easy to use jQuery plugin to display a Flickr photoset as a gallery.

If you ever wanted a way to display a flickr photoset on your website, and have full control on how that gallery looks then Simplr Gallery is for you. Simplr Gallery is extremely easy to use right out of the box.

To use all you need to do is include the jquery.simplrgallery.js file in your head tag along with the jquery library.

Then open up the jquery.simplrgallery.js file and edit line 13 to match your Flickr API key.


//***CHANGE THIS VALUE TO MATCH YOUR FLICKR API KEY***//
    var apiKey = 'YOUR_API_KEY';
//******************************************************//

Then in a javascript file call the simplrgallery function on the HTML element you wish to populate with the gallery, and pass it the photo set ID you want to display as well as any other option.


$(document).ready(function(){
      $('#YOUR_ELEMENT').simplrgallery({photoSet:'PHOTO SET ID'});
});

Click here to see an example.

BOOM! It's that easy. Simplr Gallery also has 5 options you can customize to gain further control over the look. To see these options please visit the plugin's Github page below.

Read the full documentation on the plugin's download page on Github.

DOWNLOAD ON GITHUB

Share