I also noticed that the service stopped working
They may have changed their domain to wp.com because
https://s0.wp.com/mshots/v1 works
Indeed, I modified the file browser-shots.php line 200 and it works.
return add_query_arg ($ query_args, 'https://s0.wp.com/mshots/v1/'. rawurlencode (esc_url ($ url)));
Thank you. Exactly what needed to be changed. Thanks for sharing.
Thanks ever so much for the fix! One question if I may: do I change this in the original file, or do I need to copy it to my child theme?
i use atom editor
open browser-shots.php and change line 196
https://s0.wordpress.com/mshots/v1/
for this
https://s0.wp.com/mshots/v1/
and works
-
This reply was modified 4 years, 6 months ago by
idanka.
Hi there – thanks for the report. I am working on updating the plugin to use the new url.
Hi – I have posted an update that fixes this. Thanks!