(function($){
$(window).on("load", function(){
$.instagramFeed({
"joanene": "instagram",
"container": "#instagram-feed",
"display_profile": true,
"display_biography": true,
"display_gallery": true,
"callback": null,
"styling": true,
"items": 8,
"items_per_row": 4,
"margin": 1
});
});
})(jQuery);