Hi,
i am trying to get the instagram widget to work on my page. (https://kjg-herz-jesu.info/)
I've changed SEMICOLON.widget.instagramPhotos( ‘36286274.14661be.9a5851191e5142c98c6d5ffd026db8e4’, ‘14661befee3e4b4b973fc88adc617c41’ );
in the functions.js to reflect my data and added the the instagram user id like this:
<div class="widget clearfix">
<div id="instagram-photos" class="instagram-photos masonry-thumbs grid-5" data-user="7405644864" data-count="1" data-type="user"></div>
</div>
unfortunately i do not see any results. looking at the developer console the following error is showing when the widget is added:
TypeError: results.data is undefined
Do you have any idea how to solve this?
Thank you
