We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36830
    • 140 Posts
    I'm trying to implement it on my client's site and it's not pulling anything at all. Has the plugin fell out of step with the API? Is the plugin still current (I noticed that the last update to the git was 3 months ago so should be fine...)? Also the instructions are extremely vague and confusing as to how to actually call the snippet...

    My code:

    <div id="ig-feed" class="large-6 columns collapse">
    [[$IGFeedJSON]]
    </div>

    IGFeedJSON:

    <ul>
    [[!JSONDerulo?
    &feed=`instagram`
    &tpl=`IGFeedJSONTpl`
    &limit=`9`
    &cacheTime=`43200`
    &cacheName=`IGCache`
    &users=`user`
    &apiKey=`12345abcde`]]
    </ul>

    IGFeedJSONTpl:

    <li class="large-4 columns">
    [[+image]]
    </li>

    I prefer this to vanilla instafeed.js because it's easier to just edit the chunk than the js/jq files. Any insight would be greatly appreciated. [ed. note: pjldesign last edited this post 10 years, 11 months ago.]
      • 36830
      • 140 Posts
      Nevermind, too confusing and poorly documented (shame, seems like a well executed plugin that a lot of work went into over the years...) Ended up using a custom user snippet: [url]https://forums.modx.com/thread/91166/instagram-recent-media[/url.