Download
User Rating: 0/5 ( 0 votes)
Flickrush is a jQuery plugin designed to make it quick and easy to add your flickr photo stream to any web page with minimal effort. Fully customisable you can choose the number of photos, randomise the ordering and style to fit in with any blog or web page.
Source: github.com
1. INCLUDE JS FILES
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="../jquery.flickrush.js"></script>
2. HTML
Create an element on your page that you want to call your flickr photo stream into.
<div id="flickrImages"></div>
3. JAVASCRIPT
Initiate flickrush on your selected element, pass in the specified flickr user ID. You can get this here:http://idgettr.com/.
$('#flickrImages').flickrush({id:'44499772@N06' });
4. OPTIONS
id: {String} // ID of the flickr user
limit: {Integer} // The number of photos to display
random: {Boolean} // Display the photos in a random sequence