Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Something like this? <a href="facebook.com/sharer.php?u=url"; target="_blank"> <img src="/images/mycustombutton.jpg" /></a> – dythffvrb Sep 24 '12 at 6:27
thanks, any difference between share.php and sharer.php? – RRikesh Sep 24 '12 at 6:37
Google plus button is like this: <a href="plus.google.com/share?url=url"; > <img src="/icons/gplus.jpg" alt="Google+" title="Google+"/> </a> – dythffvrb Sep 24 '12 at 6:44
There's no difference between share.hp and sharer.php they both redirect to the same url – dythffvrb Sep 24 '12 at 6:46
Thanks, I'm trying that! – RRikesh Sep 24 '12 at 7:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.