if(typeof Object.create!=="function"){Object.create=function(obj){function F(){}F.prototype=obj;return new F}}(function($,window,document,undefined){var Instagram={API_URL:"https://api.instagram.com/v1",initialize:function(options,elem){this.elem=elem;this.$elem=$(elem);this.accessData=$.fn.spectragram.accessData,this.accessToken=this.accessData.accessToken,this.clientID=this.accessData.clientID,this.userCredentials=this.clientID+"&access_token="+this.accessToken+"",this.options=$.extend({},$.fn.spectragram.options,options);this.messages={defaultImageAltText:"Instagram Photo related with "+this.options.query,notFound:"This user account is private or doesn't have any photos."}},getRecentMedia:function(userID){var self=this,getData="/users/"+userID+"/media/recent/?"+self.userCredentials;self.fetch(getData).done(function(results){self.display(results)})},getUserFeed:function(){var self=this,getData="/users/search?q="+self.options.query+"&count="+self.options.max+"&access_token="+self.accessToken+"",isUsernameValid=false;self.fetch(getData).done(function(results){if(results.data.length){for(var length=results.data.length,i=0;i=results.data.length?results.data.length:this.options.max;setSize=this.options.size;for(var i=0;i").text(results.data[i].caption.text).html():this.messages.defaultImageAltText;$image=$("",{alt:imageCaption,attr:{height:imageHeight,width:imageWidth},src:size});$element=$("",{href:results.data[i].link,target:"_blank",title:imageCaption}).append($image);if(isWrapperEmpty){imageGroup.push($element)}else{imageGroup.push($(this.options.wrapEachWith).append($element))}}this.$elem.append(imageGroup)}if(typeof this.options.complete==="function"){this.options.complete.call(this)}}};jQuery.fn.spectragram=function(method,options){if(jQuery.fn.spectragram.accessData.clientID){this.each(function(){var instagram=Object.create(Instagram);instagram.initialize(options,this);if(instagram[method]){return instagram[method](this)}else{$.error("Method "+method+" does not exist on jQuery.spectragram")}})}else{$.error("You must define an accessToken and a clientID on jQuery.spectragram")}};jQuery.fn.spectragram.options={complete:null,max:10,query:"instagram",size:"medium",wrapEachWith:"
  • "};jQuery.fn.spectragram.accessData={accessToken:null,clientID:null}})(jQuery,window,document);