Viewing 6 replies - 1 through 6 (of 6 total)
  • Instagram not working for me either. No error, just nothing

    Budiulik

    (@budiulik)

    Hi, Instagram user feed is not working properly for me neither.

    I’m actually getting random posts from other Instagram users in addition to those related to the user I wish to get the feed (TigriLivorno). Users like Victoria Beckham or other models, or football teams.

    The page displaying the feeds can be found here: https://www.tigrilivorno.it/wp/news/

    Instagram Multy Wall configuration
    Max symbols per post: 200
    Post per load: 5
    Search type: User feed
    Query: 2105480651 (the user id of the user named TigriLivorno)
    Client id: 1515b124cf42481db64cacfb96132345 (this was automatically generated and I didn’t change it)
    Icon: fa-instagram
    Show author panel: checked
    Show counters: checked
    Auto load: checked
    Show switcher button: checked

    Any clue?
    Thanks in advance
    Fabio

    Budiulik

    (@budiulik)

    bump!

    Instagram not support client_id call change to access_token (see on internet how to find access_token for instagram)

    try to change js/instagram.js

    and set access_token on query field
    line 58: ‘https://api.instagram.com/v1/users/{1}/media/recent/?access_token={0}&count={2}’,

    or set access_token directly as js file and leave all setting old version

    change instagram.js (USER FEED) to: ‘https://api.instagram.com/v1/users/{1}/media/recent/?access_token={0}&count={2}’,

    and set access_token on query field
    set User ID on Client id

    work for me

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Instagram feed is not working with user feed’ is closed to new replies.