Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19973
    Templatesyard
    Participant

    I can’t set up instagram feed at the top of my blog. It appears empty.

    I have edited HTML with my client ID and access token.

    What did I do wrong, or how should I do it?

    #20117
    Templatesyard
    Participant

    Hi there ,

    I am having the same issue, let me if you got yours resolved. I have added the access token and user id, but the sot seems blank. My Instagram account is set to public too. I am clueless.

    Thanks

    #20121
    my add
    Keymaster

    I am using the beauty as a test blog and it works great!
    Make sure you are adding your access code in the right spot and take the first part of your access code as your User Id.

    <!-- Instagram Widget -->
                            <script type='text/javascript'>
                                //<![CDATA[
                                var feed = new Instafeed({
                                get: 'user',
                                userId: 2332485555 //User ID
                                limit: 5,
                                sortBy: 'random',
                                accessToken: '2332485555.1654d0c.55a6e4f951de429f89d5edc21b3c689b', //Access Token
                                template: '<div class="banner_image_wrap"><div class="banner_image_position"><div class="banner_image_inner"><a href="{{link}}" target="_blank"><img src="{{image}}" /><div class="insta-likes"><div style="display: table; vertical-align: middle; height: 100%; width: 100%;"><span style="display: table-cell; vertical-align: middle; height: 100%; width: 100%;">{{likes}} <i class="fa fa-heart"></i><br/>{{comments}} <i class="fa fa-comment"></i></span></div></div></a></div></div></div>',
                                resolution: 'standard_resolution'
                                });
                                feed.run();
                                //]]>
                            </script>
    						<!-- Instagram Widget END -->
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.