Simple instagram widget to display recent images from an Instagram user
<div id="widget"></div>
$(document).ready(function() {
instagram($('#widget'), 'thecatharold', 2, 3);
});
The first argument is what div to put the widget in. The second is the tag of the username. (Please make sure this is correct!!!!) The third and fourth are the number of rows and cols.
- Make sure you have the latest jquery linked
- Link instagram-widget.js and instagram-widget.css
- Call instagram() when your page loads as above! Thats it!
Created by Andy Chen