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!