Moostagram 0.1

A simple Mootools plugin to show a list of Instagram photos.



Details

Author
Stefano Ceschi Berrini
Current version
0.1
GitHub
stecb/moostagram
Downloads
2299
Category
Widgets
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_:
    • core/1.3: '*'
    • more/1.3: 'Request.JSONP'

How to use

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'
  })
});

Acknowledgements

Thanks to @johnnyaboh for the jQuery implementation.


Discuss

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