Is it possible to have a custom share image for Facebook, Google+ and Twitter?
I've already set up the open graph tags in the head of the document.
Thanks
UPDATE:
For Facebook:
<a href="http://www.facebook.com/share.php?u=url" target="_blank" ><img src="fb-img"/></a>
For Twitter:
<a href="http://twitter.com/home?status=<my-status>" target="_blank"><img src="twitter-img" /></a>
Still looking for google+
By the way, any difference with sharer.php v/s share.php for Facebook?