Hey everyone! I'm on the hunt for a reliable plugin, script, API, or service to showcase the latest Instagram posts from a specific account on my website. Ideally, I'm looking for something that's free or a one-time payment option, as I'm not keen on any subscription models. Does such a solution exist?
2 Answers
I've generally opted to create my own little fetcher using the basic Instagram API. Most plugins often break or turn into subscription services. It's a bit of setup, but once you've got your access token, you can easily pull the media in JSON format. It's manageable if you're just looking to showcase one account. Just keep an eye on keeping that token fresh by checking the docs!
For displaying posts from a specific account, check out instafeed.js. It's a solid option that should work well for your needs!
Yes, that’s exactly what I need! Thanks for pointing it out, I’ll give it a try!

I might try this method too. But do you need to own the account to use it? Like, I can't just plug in any public Instagram username, right?