I've pasted the like code to add the button on my webpage. When clickers click on the link, they are only liking the "link". Where would I find the code to have clickers like the "fb page" from the website? Right now, there are 2 separate likes, ones who like the "web link" and those who like the "fb page". I would like to have those who like from the website sync with the page - is this possible?
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.
|
|
|
Set the href property of like button to your facebook page like |
|||
|
|
|
you should use open graph tags provided by facebook to set the url and other properties of your like button.. example code can be found in FB documentation ( Look for the usage of tags like |
|||
|
|