Skip to content

A jQuery plugin to retrieve sets from Flickr and display them on a paginated grid

License

Notifications You must be signed in to change notification settings

ti2/jquery-flickr-wall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Flickr Wall

This jQuery plugin retrieves sets from Flickr and displays them on a paginated grid

Examples

To get your sets on the page just embed jQuery and the plugin files in your HTML document

<link rel="stylesheet" href="jquery.flickrWall.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="jquery.flickrWall.js"></script>

and call the plugin on a div element like this:

<div id="photosets-container"></div>
<script type="text/javascript" charset="utf-8">
  $(document).ready(function() {
    $('#photosets-container').flickrWall({ apiKey: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', userId: 'AAAAAAAAAA@BBB', perPage: 6 });
  });
</script>

Just replace XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX with your api key obtained from Flickr and AAAAAAAAAA@BBB with the Flickr user id you want to display sets from.

About

A jQuery plugin to retrieve sets from Flickr and display them on a paginated grid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published