When people link to one of my site’s pages from facebook, facebook decides what image from that page to use as a thumbnail, and often, in its great wisdom, decides to use the captcha image. So I’ve been trying to come up with a way to stop it from doing this.
The first thing I did was to use facebook’s “open graph” meta tags to point it at the proper images to use. But facebook happily ignores my meta-tag suggestions. Which makes me wonder why facebook urges people to use these meta tags if it’s just going to ignore them.
But anyway. The next thing I’ve been trying is to come up with a way of hiding the captcha images from facebook.
Apparently facebook pays attention to images that are coded like this:
<a href="http://whatever.com">http://whatever.com/whatever.jpg</a>However, it ignores background images coded like this:
<a href="http://whatever.com"></a>So does anyone know if there’s a way to get the captchas to display as background images, so facebook will ignore them?