I want Facebook's share.php to ignore certain images for the page thumbnail.
It should scrape my page as it does (without an og:image meta tag for a certain default thumb).
Is there an attribute I can add to the image or a container div?
I don't want to f*** up my page with javascript just for the share scraper tho.
The sharer.php is deprecated and should no longer be used. Facebook could completely remove it at any time.
For the like, it uses og tags. Just specify the og:image tag in the head section of your html, no javascript required to change the image tag :)