thelia / instagram-module
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 1
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-14 21:44:33 UTC
README
This module display your photo from your Instagram account. You need to know your Access token from your Instagram account.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is Instagram. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/instagram:~1.0
Usage
In the configuration panel of this module, you can record your Access token, the username and the number of photo to display
How to retrieve my Access Token
- You have to connect to https://instagram.com/developer/ to create your application token.
- Make sure you have un checked the "Disable implicit OAuth" option
- Connect to https://instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token and paste the token from the new URL : http://your-redirect-uri#access_token=ACESSTOKEN