Quantcast
Channel: Active questions tagged feed+jquery+instagram - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Jquery Instagram feed doesn't work only with my username

$
0
0

got a problem on a website with a Jquery instagram feed who doesn't work only with my username since few days without any reason.

The Jquery plugin's working with any instagram acc (he fetch the last posts and render it on your website), now, it render any account but not mine. I got a blank page when using my @username (the same as few days when ok)

If i try with a private acc, i got a msg that tell me this account is private so this is not de pb. And there's no modification on the insta acc

this is my code

<div class="container"> <div id="instagram-feed-demo" class="instagram_feed"></div></div><script src="https://www.jqueryscript.net/demo/Instagram-Photos-Without-API- instagramFeed/jquery.instagramFeed.js"></script><script src="https://code.jquery.com/jquery-1.12.4.min.js"></script><script>(function($){    $(window).on('load', function(){        $.instagramFeed({'username': 'sensationvtt','container': "#instagram-feed-demo",'display_profile': false,'display_biography': false,'display_gallery': true,'get_raw_json': false,'callback': null,'styling': true,'items': 36,'items_per_row': 6,'margin': 0.3        });    });})(jQuery);</script><br></br><!-- partial --><script src='https://www.jqueryscript.net/demo/Instagram-Photos-Without-API-  instagramFeed/jquery.instagramFeed.js'></script><script src='https://code.jquery.com/jquery-1.12.4.min.js'></script>

if you replace "sensationvtt" with "github" or any other public account, you will see a working feed.

Thanks in advance


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles



Latest Images