Features
Demo
Marketplace
Blog
Download
Resources
Showcase
Contact Us
OpenCart Partners
Community Forums
Facebook Community
OpenCart Documentation
OpenCart Books
Github Bug Tracker
Developer
Login
Register
Login
Register
Home
Instagram feeds
Instagram feeds
Display Latest Instagram feeds to anywhere in your website.
For Documentation you can download and follow instructions.
Instagram:-
Note:- At the End i have mention whole process how to generate User Id and Access Token.
Instructions:-
Open the instagram.php file:-
Replace your User Id and Access token.
Copy the hole code and add to any tpl file where you want to show images for Instagram.
For example:- if you want to Show the Images to footer.
Then go to following location:-
catalog/view/theme/default/common/footer.tpl
At the end paste the code of instagram.php
How to genrate User Id and access token:-
Go to the Link: https://instagram.com/developer/register/
First you will need to register your application on the Instagram dev site and obtain your Client ID. Set the callback url to localhost or whatever.
Click on the register Your application to fill the information like:
Application name: L
Website : http://www.example.com
OAuth redirect_uri: http://www.example.com
After you will get the Client Secret and Client Id.
Now let's obtain the access token and user id.
Paste Following url your browser(replace client_id with your newly created one and replace your OAuth redirect_uri with http://localhost ):
https://instagram.com/oauth/authorize/?client_id=CLIENT_ID_GOES_HERE&redirect_uri=http://localhost&response_type=token
You will get the token in Url like as following:-
Token:- #access_token=1773987406.300d261.2e60d08395bb41a7952fc6a08919859a
User id= 1773987406
Your will get user id also from token.
Login and write down your comment.
Login my OpenCart Account
Leave your comment
Comment
Download
Developed by OpenCart Community
Documentation Included
Rating
Compatibility
1.5.0.1, 1.5.0.2, 1.5.0.3, 1.5.0.4, 1.5.0.5, 1.5.1, 1.5.1.1, 1.5.1.2, 1.5.1.3, 1.5.2, 1.5.2.1, 1.5.3, 1.5.3.1, 1.5.4, 1.5.4.1, 1.5.5, 1.5.5.1, 1.5.6, 1.5.6.1, 1.5.6.2, 1.5.6.3, 1.5.6.4, 2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.2.0
Last Update
16 May 2015
Created
13 May 2015
557
Downloads
11
Comments
Share
ravi_rajput
Member since: 19 Mar 2015
View all extensions
Get Support
Login and write down your comment.
Login my OpenCart Account