A stupid simple and lightweight Jquery plugin (2kb - unminified) that snags and display Instagram pics : everydayiminstagrammin.stephenscaff.com
After you register at Instagram's dev portal, Here is a handy token generator →
/*Call plugin on an unordered list class*/
<div class="js-instagrammin"></div>
Now just initialize it off your class, adding your account's clientID and Access Token.
$('.instagrammin').everydayImInstagrammin({
clientID: 'your-client-id',
accessToken: 'your-access-token',
numberPics: '12',
});
##Defaults / Options
Option | Description | Value |
---|---|---|
clientID | Instagram api client ID | string |
accessToken | Your instagram accessToken | string |
numberPics | Number of pics to show | int |
captions | Show captions? | boolean |
Peep Every Day I'm Instagrammin' in action Here→,