Mobile app version of vmapp.org
Login or Join
Moriarity557

: Confused about facebook like We have a 'Website Page' on Facebook that people like and we post all our news on it etc. We also have a 'like' button on our website which people click on.

@Moriarity557

Posted in: #Facebook #Like

We have a 'Website Page' on Facebook that people like and we post all our news on it etc.

We also have a 'like' button on our website which people click on. When they click on it it seems to publish our page onto their wall which is great.

However, we would like it so when people press 'like' on our website, it 'likes' our Facebook website page. Both counters are different, on our Facebook website page we have ~350 likes, on our website we have ~280 likes they seem to be individuals.

Any way we can make people 'like' our website page on FB?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Moriarity557

1 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer207

In the Like Button code there is a place to enter the URL of the page to be liked. If left blank it defaults to the URL of the page the button is being displayed on. If you put the URL of your Facebook page into the Like Button code it should allow you to have a like button for your Facebook page on your website which would show the number of people that like your page on Facebook.

<fb:like href="http://www.facebook.com/YourPage" send="false" width="450" show_faces="false"></fb:like>


That would be for the xfbml implementation, but you can get the code for the other versions here: developers.facebook.com/docs/reference/plugins/like/
Just change the URL to the URL of your Facebook page.

I have this working on a website already.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme