Just tested the latest version of the plugin and the Instagram block works fine for me now. Thanks for the swift response @motopress and thanks for the kind words @codimex! 🙂
Hi,
After the last plugin update the Instagram block sort of started working for me but not for all the images. Some of them were still missing. I just managed to identify the problem so thought it might be helpful to someone else experiencing the same issue and until MotoPress fixes this in the next update.
The problem occurs when you create a gallery of images in Instagram, those entries will currently not be displayed by the Instagram block. To get them to display I edited this file:
{Your WordPress httpdocs-folder}/wp-content/plugins/getwid/includes/templates/instagram/post.php
and changed line 18 to include the type ”CAROUSEL_ALBUM”:
<?php if ($post->media_type == 'IMAGE' or $post->media_type == 'CAROUSEL_ALBUM') { ?>
That should do the trick for now.
All the best,
Erik