Easy Instagram Widget - Magento 2 module documentation
Author: Paweł Wasiluk
Easy Instagram Widget Module
Module overview
Easy Instagram Widget module enables you to add many widgets with different instagram content. Each widget gets data from choosen instagram account.
Module compatibility
This module is compatibile with Magento Community versions: 2.3.
How it works
After installing the module, head to the Admin Panel. There, go to Stores > Configuration > Catalog > Catalog > Instagram downloader (by Aurora).
Under the given path, you will see configurations for the module:
Sources – assign new sources for your widgets, there you declare source which is the name of your instagram account, then download photos by click "Get Photos"
Enabled cron – download photos automatically with choosen frequency
All downloaded photos can be edited in Catalog > Instagram items
After completing the configuration, we can add widget with instagram content.
Source - choose source for your widget
Quantity - choose size for widget
After inserting e.g. on the main page, the module looks as follows:
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/easyinstagramwidget.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/module-instagram": "*"
...
},
- In Magento root folder run commands:
composer update aurora/module-instagram
php bin/magento module:enable Aurora_Instagram
php bin/magento setup:upgrade
Manual
- Unzip archive.
- Upload extension files on your server to:
{Magento root}
└── app/
└── code
- In Magento root folder run commands:
php bin/magento module:enable Aurora_Instagram
php bin/magento setup:upgrade