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.

In Facebook docs it says:

Can I link the Like button to my Facebook page?
Yes. Simply specify the URL of your Facebook page in
the href parameter of the button.

My problem is that I don't want the Facebook page to be the target of the 'like'. So currently, the like button on my site attributes the likes to the root domain 'http://example.com/', which is what I want.

This has got many more likes than the facebook page 'http://facebook.com/examplecompage'

Is there a way to make the likes on my facebook page contribute towards the root domain likes?

share|improve this question
as far as i know its not possible – Saifuddin Sarker Aug 27 '12 at 11:17
Duplicate of stackoverflow.com/questions/9984330/… – Dan Dascalescu Nov 14 '12 at 5:00

1 Answer


That is not possible, since they are treated as 2 different objects.
And just to clarify, the documentation on the Facebook developer site is referring to the Like button that you create to be displayed on your site, not the Like button you get on Facebook automatically when you create a page.

share|improve this answer
Not possible still, despite numerous requests from users – Dan Dascalescu Nov 14 '12 at 5:01

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.