Same, must of had an auto update from WordPress or something because I am also receiving a blank Instagram feed
Not working as of yesterday. Tested on a clean local install of WP 3.9.2 and it is not working there either.
It looks like Instagram changed the json that is on the page that is being pulled.
If you edit the plugins file instaram_slider.php around line 297, you will find something that looks like:
$json = strstr( $json, '{"entry_data"' );
This is no longer found. I have gotten it to work replacing that one line of code with the following two lines of code.
$json = strstr( $json, 'window._sharedData = ' );
$json = str_replace('window._sharedData = ', '', $json);
Good luck.
Worked for me as well – thank you so much!
it worked for me, thanks Alex!
It works !!
Is this gonna be in the next update ? If so when is that gonna be ?
worked swimmingly. thanks
simon
http://www.bluewhiteandgrey.com
mc
(@mcheck)
Thank you Alex. Your fix worked as expected!
It worked, Thank you Alex.
alexwbaumann thank you your solution work
I have changed both lines but my web doesn´t show my instagram pictures.
The plugin is in http://luciapuebla.com/home at the rigth sidebar.
Any clue?
Thanks!
Thanks Alex, that fixed the problem!!!