Instagram Browser

This is a plugin designed to allow you to easily pull photos from your instagram account and render them on your website. Simply pass in your username and the rest is take care of for you!

Take A Look ยป

Search

This plugin comes bundled with a more detailed explanation on how to use this plugin but here are the basics.

HTML

You can use any type of markup you would like. Just be sure to specify the this element when you call the plugin in your javascript.

		<div class="demo"></div>
			

Javascript

You can use any markup you would like. Just be sure to specify the content elements in your javascript.

		$(document).ready(function(){
			$('.demo').simpleInstagramFancybox();
		});
			

Options

This plugin features an array of options including animations, fade transitions, effect speed, effect delay, feed modes and many more. Upon purchasing this plugin, you will be provided with a well explain document that explains further. Enjoy!