stevenschobert / instafeed.js

A simple Instagram JavaScript plugin for your website
https://instafeedjs.com
MIT License
3.51k stars 859 forks source link

Instafeed Not Working #713

Closed thedanholt closed 2 years ago

thedanholt commented 3 years ago

Hello

I have been using version 2 of Instafeed along with the token agent but it suddenly stopped working a few days ago.

I have been through everything and can't see anything wrong my end. I noticed the demo doesn't work on Codepen doesn't work either.

Any ideas?

mkdub commented 3 years ago

Ok, so maybe it's bad timing on my part, but I've just found time to fix my IG feed that's been broken for a while now. I am trying everything to migrate to V2 but I am getting an error noting:

api request error: api connection error at instafeed.min.js:2

Is that what you are experiencing Dan?

thedanholt commented 3 years ago

I think my issue might be to do with the Instagram Token Agent. When I run the app, I am getting stuck on 'Checking status...' and it doesn't show as successful. I have tried to re-create the app using the deploy button but I run into issues there too. Once I've filled out the config vars, I get an error message: "Couldn't find either the add-on service or the add-on plan of "temporize:developer".".

mkdub commented 3 years ago

I am also experiencing the same thing, that's why I am just trying to get the feed initiated with just the token generated from Facebook, even though I know it will expire. Once I have the plugin working, I'll look into why Heroku app isn't working, I have a feeling it might be because you have to purchase the temporize scheduler,

Edit: I should mention I am getting the same error from the Heroku app.

mkdub commented 3 years ago

Any update Dan or anyone?

dsanti82 commented 3 years ago

Ok, so maybe it's bad timing on my part, but I've just found time to fix my IG feed that's been broken for a while now. I am trying everything to migrate to V2 but I am getting an error noting:

api request error: api connection error at instafeed.min.js:2

Is that what you are experiencing Dan?

I'm getting the same error

SandyWyper commented 3 years ago

Make sure you're not writing your options in a liquid file. Your template option will be parsed with the rest of your liquid code server-side before making it to the front-end to run.

Perhaps a little 'Gotcha' should go in the docs

amoln360 commented 3 years ago

Hello,

Not showing insta videos in my HTML page. How can I get videos.

var feed = new Instafeed({ userId: 'XXXXXXXXX', get: 'user', accessToken: 'XXXXXXXXX', resolution: 'standard_resolution', target: "instafeed-container", limit: 33, template: '<div class="col-xl-4 mb-4 gallery"><a href="{{image}}" title="{{caption}}" target="_blank"><img src="{{image}}" alt="{{caption}}" class="img-fluid" /></a></div>', sortBy: 'most-recent', }); feed.run();

I'm using with magnific popup javascript plugin also.

$('.gallery').magnificPopup({ type: 'image', delegate: 'a', gallery: { enabled: true } });

Thank you!

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it hasn't had new comments in the last 3 months. It will be closed if no further activity occurs. If you still need assistance with this issue, or believe it shouldn't be closed, please respond with a new comment to let us know. Thank you all for your contributions.

ninkstan commented 2 years ago

I also got the 'Couldn't find either the add-on service or the add-on plan of "temporize:developer".' :( Has anyone found the solution??