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
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>