I have instafeed and on my website which loads successfully on all other browsers but does not load on chrome. I am accessing the API using the below:
<script src='https://ig.instant-tokens.com/users/49e26e62-d0c4-46cb-aca1-2ed097961fa9/instagram/17841405010691024/token.js?userSecret=**************'></script>
<script src="app/js/instafeed.min.js"></script>
<script type="text/javascript">
var feed = new Instafeed({
accessToken: InstagramToken,
limit: 8,
template: '<a href="{{link}}" target="_blank"><img class="image__img pulse1" src="{{image}}" /><div class="image__overlay"></div></a>',
});
feed.run();
</script>
I have already tried completely clearing the cache and cookies on chrome but this does not work either. Any ideas?