Instagram problem, doesnt show anything

2 replies · opened Feb 10, 2018

Rrolfvw205Feb 10, 2018
  1. Go to https://www.instagram.com/developer/ > Manage Clients > Register a New Client > Create a New Client (Add http://localhost/ in the Redirect URL) > Uncheck: Disable implicit OAuth (In Security Tab)

  2. Go to this URL: https://api.instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token and make sure that you replace the CLIENT-ID and REDIRECT-URI in the URL with their Actual Values. This will fetch you your Access Token.

  3. Open the js/functions.js File and find the following code:

1
SEMICOLON.widget.instagramPhotos( '36286274.14661be.9a5851191e5142c98c6d5ffd026db8e4', '14661befee3e4b4b973fc88adc617c41' );
then replace 36286274.14661be.9a5851191e5142c98c6d5ffd026db8e4 with the newly generated Access Token in the step above and replace 14661befee3e4b4b973fc88adc617c41 with the Client ID of your Newly Created Client.

  1. Then you can simply add your User ID in the data-user Attribute and the data-type=”user” Attribute should always be User since Instagram has blocked Access for other types of Content.

To get your Instagram User ID, please visit your Instagram Profile URL in the Browser and then paste/hit enter the following code in the Developer Tools Console:

1
window._sharedData.entry_data.ProfilePage[0].user.id
This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

SSemicolon WebSTAFFFeb 14, 2018

Hello,

We have tried checking out your Website, however could not find an Instagram Feed added anywhere on the Page. Can you please provide us with a Live URL with the Instagram Widget so that we can check out the exact issue and provide you with a more accurate solution for this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard