Does Instagram Feed work with multiple Instagram Accounts?
Amasty Instagram Feed uses generation of tokens to connect a Magento 2 store with an Instagram account. The module supports work both with a single Instagram page and with multiple Instagram accounts. In case it is necessary to display posts from different Instagram accounts, one should follow the steps below:
Step 1. To generate the first token, it is necessary to proceed to Stores → Configuration → Amasty Extensions → Instagram Feed and click Generate Access Token.
Step 2. For the second token, select the Scope in the upper-left corner and confirm the scope switching in the popup.
Step 3. Untick the Use Website checkbox next to the Access Token field and generate an access token for the selected scope, e.g. store view.
Support for multiple Instagram accounts is introduced in Instagram Feed 2.1.5 and newer releases. In case you encounter an error while token generation, please make sure your module is updated.
- Instagram accounts should be associated with different Facebook accounts. In case a few Instagram accounts are linked to the same Facebook account, the token will not be generated.
Related Articles
Instagram Feed | GraphQL methods
Queries getInstagramWidget (widgetId: Int!) description: get data about an Instagram widget getInstagramPosts (page: Int!, sortField: Int, limit: Int = 20) description: get array of post data for the requested page and with the specified sorting ...
Does the module work for Facebook shop, Google merchant as well as Instagram shop, Pinterest?
Our Product Feed extension has pre-made templates for Google Merchant, Facebook, Amazon, Bing, Instagram, Pinterest, TikTok, and eBay platforms. All the available templates can be found in Catalog → Feeds → Add New Feed on the arrow sign click. ...
Generating a feed returns an error "There are no products to generate the feed". How to fix this issue?
This is one of the common errors, yet the troubleshooting process is quite simple. First, double-check the settings in the General and Conditions tabs in order to make sure that those configurations are valid and do not contradict each other. General ...
Generating a feed returns an error: "Something went wrong: Couldn't lock indexer. Reindex in progress". How to fix?
This message indicates that during the generation of the feed, its indexers are currently in progress, in the Processing status. Before proceeding with the next steps, please make sure to update the extension to version 2.8.0, where we significantly ...
Generating a feed returns an error "Something went wrong: SQLSTATE[42S02]: Base table or view not found: 1146 Table '****inventory_stock_1' does not exist". How to fix this issue?
This error occurs when the inventory module is enabled, yet the inventory is not used. The issue can be resolved by adjusting the InventoryResolver.php file that is located either in the app/code/Amasty/Feed/Model/ or vendor/amasty/feed/Model/ ...