Facebook Thumbnails Issue Traced to safe_image.php
Posted
by
talkinggoat
on Stack Overflow
See other posts from Stack Overflow
or by talkinggoat
Published on 2011-11-10T18:05:41Z
Indexed on
2012/10/28
17:01 UTC
Read the original article
Hit count: 300
For some reason, facebook's safe_image.php script isn't generating thumbnails, properly. It's generating a 1x1 image... even though the correct image is linked in the script's parameters. Example:
<img class="img" alt="" src="https://s-external.ak.fbcdn.net
/safe_image.php?d=AQBtrCt_Es_KsED0&w=90&h=90&url=http%3A%2F
%2Fwww.southlapatriots.info%2Fimages%2FScamra%2FJayCastilleCouncil2.jpg"
The linked image is correct, but it is still only generating a 1x1 image.
© Stack Overflow or respective owner