Modify line 113 in /wp-content/plugins/simple-instagram/inc/class-simple-instagram.php
From:
$request = wp_remote_get( $url );
To:
$request = (array) wp_remote_get( $url );
Hopefully the developers can add this fix directly to the plugin so that it doesn’t get overwritten with an update.
Same here! Not working within a repeater field. Any idea on how to fix?
Same here! Not working within a repeater field.
Also, another suggestion is to add the ability to only show posts from the page owner. I do not like the fact that comments and posts from others are showing up in my feed.
Thanks!