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.]