scottsweb / wp-instagram-widget

❌ A WordPress widget for showing your latest Instagram photos.
115 stars 62 forks source link

URL signature expired #100

Closed kappsell closed 6 years ago

kappsell commented 6 years ago

Hello again! I am receiving this message when trying to show 3 out of 6 images. This is visible on: http://www.lionsestate.pl/en/ . Can You please check it?

scottsweb commented 6 years ago

Images seem to be OK for me.

kappsell commented 6 years ago

image I have this view (3 images missing)

kappsell commented 6 years ago

Hello, any update on this?

scottsweb commented 6 years ago

As I said before the images are loading for me:

screenshot-20180731144055-587x633

Perhaps test in other browsers and with a different theme. Try to isolate some JavaScript on your site that may be causing you a problem.

kappsell commented 6 years ago

White images are css background-image placeholders. If image is loaded correctly then img src overlaps background-image. If image is not loaded correctly then white img is displayed.

TL;DR No, not all images are loaded correctly.

kappsell commented 6 years ago

Other computer, other network, other browser: image

scottsweb commented 6 years ago

How about trying a different theme? you can test one in the customiser without activating it.

kappsell commented 6 years ago

image Different theme. Thing is: some photos are visible when I am switching size of images. When I am selecting "original" size - 4 are visible. On thumbnail - only 2

kappsell commented 6 years ago

it is exact the same issue You resolved here: https://github.com/scottsweb/wp-instagram-widget/issues/81

feastdesignco commented 6 years ago

Using inspect element, we can see that it's 403'd.

Copying the image link directly into browser returns the error "URL signature expired".

It looks like lionsestate fixed this by returning a default image on failure - could be a good fall-back option.

Also, server-side caching could help avoid this: https://github.com/scottsweb/wp-instagram-widget/issues/89