Closed thedanholt closed 2 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 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".".
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.
Any update Dan or anyone?
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
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
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!
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.
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??
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?