• Product

  • Solutions

  • Developers

  • Docs

  • Pricing

  • Cloud

Search icon
Strapi plugin logo for Instagram

Instagram

This is a Plugin for Strapi headless CMS to download image links from Instagram

thumbnail for Instagram

Strapi instagram plugin

strapi-plugin-instagram

This is a Plugin for Strapi headless CMS to download image links (or images in Pro version) from Instagram.

Features

  • Download last 20 image URLs from Instagram in every 10 minutes (on API call)
  • Can download images from Carousel Albums
  • Instagram Basic Authentication Implemented with long lived token
  • Every config parameter is editable on Strapi Configuration Screen
  • Image links stored in DB and provided throught standard API
  • You can disable images by Strapi 'Draft' function

Pro version

I developed a Pro payed version with the following features. If you interested just drop me an email to dev at webvibe dot io.

  • Download images into Media Library in a separate 'Instagram' folder.
  • Download all images from your profile (not just the last 20)
  • Download process runs in background with a pre specified intervall. Don't need to push "Download button"

If you have any other request just let me know!

Installation

npm i @webvibe-io/strapi-plugin-instagram

Configuration

Important! Instagram authentication will not work on localhost due API need to redirect into a public domain!

If you don't have a public domain (in a developer environment for example) you will need to create one. I prefer ngrok for this but you can use any other solution.

Configuration steps

After you have a public domain please follow this steps: 1. You can find configuration screen in Strapi at Settings menu. Open it and leave it. You will need it to fill App Id and Secret. 2. Create an App at Meta Developer tools platform 3. In the "App settings" you will find "Basic Display" menu. Open it and look for "Instagram App ID" and "Instagram App Secret". 4. Copy App Id and Secret fields from Meta Platform to Strapi configuration screen. 5. Save the changes on configuration screen. 6. Copy the three callback URL from configration to Basic Authentication screen and save changes 7. If everything configured you can push Authenticate button and authenticate the plugin with Instagram. 8. After a seccessfull configuration the plugin have the necessary tokens what you can check on the configuration screen. 9. Now you can use Download Images button to download Instagrams 10. Check Strapi's public role configuration for Instagram API access! Allow access to find for download instagram images! 11. You can check Content manager for downloaded Instagram Images

Configuration screen after seccessfull configuration

strapi-plugin-instagram-1

API

If your configuration done you can reach Instagram images with standard API request like

1
http://localhost:1337/api/instagram/images

This is a standard Strapi REST API so you can use any feature like filter.

Response

1
{"results":[],"pagination":{"page":1,"pageSize":25,"pageCount":0,"total":0}}

Download new images When making an API call, the plugin checks for new images every 10 minutes and downloads new URLs.

Refresh token When receiving images via API, the plugin checks if the token is older than 10 days. If it is older, then automatically update the Long Lived token.

Troubleshooting

If you have any error in the authentication process or the plugin don't have short or long lived token you should check Last Instagram Api response and developer tool's console for error messages.

Most common errors

  • With wrong callback URLs Instagram can't forward the token to Strapi. Please check the URLs and check that your public domain is working properly!
  • If you don't change enything on the configuration screen you can't push Save button. Please cahange App Id or Secret to save changes!
  • You can't download images when there is no token. Please check your tokens on the configuration screen!

Emojis in content causing errors

In order for the database to save emoji's properly you should make sure the encoding of both the table & connection is set to utf8mb4. For the connection this can be done by adding the following line to your database configuration (in /config/database.js) in the connection configuration:

1
charset: env('DATABASE_CHARSET', 'utf8mb4'),

Issues

If you think you found a problem or bug feel free to open an Issue at Github

Security

  • Strapi Instagram Plugin stores authentication tokens in Strapi's database. I think this has low risk.
  • With public access to REST API endpoints you may have a risk somebody have access your Instagram pictures and comments. You can avoid this if you use some kind of firewall to protect you URLs and allow only your frontend to reach API.

Install now

npm install @webvibe-io/strapi-plugin-instagram

STATS

5 GitHub stars16 weekly downloads

Last updated

376 days ago

Strapi Version

>=4.3.8

Author

github profile image for Peter Kepes - webvibe.io
Peter Kepes - webvibe.io

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.