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.

I found sites which are using like button to specific images from galleries and when you like them on facebook they display proper image buth without even using og meta tags???

How they are doing this???

Here is example:

http://www.subotica.com/slike/album-62834-omega-disco-subota-vece/

Try to like any picture and try to debug them on facebook debuger and you will see that there are no meta tags but crawled picture is proper!

share|improve this question

1 Answer

They are using the old sharer.php endpoint.

http://www.facebook.com/sharer.php?u=URLENCODED_URL_TO_PHOTO

That endpoint is officially unsupported. For the moment it still works, but it could be removed at any time. You can accomplish something similar using the Feed Dialog or the proper og:meta tags.

share|improve this answer
i thing you miss understood question! I know for sharer.php but that is not that they are doing, they are using like button but without og:meta tags. I found one difference in their like button and that is url which have some parameters - – Dejan Milosevic Aug 6 '12 at 11:19
for the example when i like som image on subotica.com/slike/album-62834-omega-disco-subota in facebook i will get link subotica.com/slike/album-62834-omega-disco-subota-vece/1/869735/…, maybe that parameters are telling facebook which image to use in open graph but i could not found any documentation about it. – Dejan Milosevic Aug 6 '12 at 11:21

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.