A simple Mootools plugin to show a list of Instagram photos.
Import the plugin
<script src="/Source/Moostagram.js"></script>
Insert an empty div in the html
<div id="instagram-container"></div>
Run the plugin
window.addEvent('domready',function(){
new Moostagram($('instagram-container'),{
hash : 'italy',
accessToken : 'your-access-token-here'
})
});
Thanks to @johnnyaboh for the jQuery implementation.
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus