Home > moostagram

moostagram

Moostagram is a project mainly written in JavaScript, it's free.

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

Moostagram

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

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.