Home

Awesome

jQuery Flickr Photoset

jQuery plugin for generating photoset gallery using Bootstrap and Bootstrap Image Gallery.

I know, I know, too many depencencies, but somebody might find it useful.

Example

https://cdn.rawgit.com/hadalin/jquery-flickr-photoset/55c6594f3fb2b11d0ca826760a54baacd76a365a/index.html

Dependencies

Instructions

Add dependencies, include gallery thumbnails and blueimp gallery snippets and call flickr plugin (see index.html):

<script type="text/javascript">
$(function() {
    $('.gallery').flickr({
        apiKey: '60ac8913e80833ef7as73138g9cddjdk',
        photosetId: '74157336137235911'
    });
});
</script>