jsanahuja / InstagramFeed

Vanilla JavaScript Instagram Feed without access token. Not using the Instagram API
MIT License
318 stars 128 forks source link

ReferenceError: InstagramFeed is not defined #11

Closed vamsi3001 closed 4 years ago

vamsi3001 commented 4 years ago

ReferenceError: InstagramFeed is not defined

https://vamsithota.me/photography2/:93 https://vamsithota.me/photography2/:105 Here's the code I have inserted in tag. ` ` Here's the code I have used in tag. `
` The Feed is not loading and throwing this error image How do I fix this issue?
jsanahuja commented 4 years ago

This is the very first error you get:

GET https://vamsithota.me/photography2/assets/js/instagramfeed.js/ net::ERR_ABORTED 404

Also, your div <div id="instagram-feed1"></div> should be before the js code.

vamsi3001 commented 4 years ago

he Feed is not loading and throwing this error when using Full Version. Which you mentioned about in the above comment.

image
vamsi3001 commented 4 years ago

It worked fine when added js code after the div.

It did messedup my Footer, it pushed to right side. How do I fix it?

image
jsanahuja commented 4 years ago

#site-main{overflow:hidden;}