Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Link web page, Facebook Like button, and Facebook fan page?

Is this possible?

  • When someone clicks a Facebook Like button, he/she shares the web page URL with friends on Facebook.

  • With the same click, the user also becomes a fan of the web site's Facebook fan page.

Thanks!

like image 558
Crashalot Avatar asked May 01 '11 05:05

Crashalot


People also ask

Why my Facebook business page has no like button?

Facebook has removed the like button from its redesigned public pages used by artists, public figures and brands, the social media company said on Wednesday. This is a pretty big change and now it will instead focus more on the news feed for conversations, rather than highlighting the likes on FB pages.


2 Answers

While adding a Like button on your website to like you "Facebook Page" is possible (and I guess you know that), you can't use the same button to like multiple entities (your current page and the Facebook Page).

What you can do is:

  1. Have two Like buttons, one for the current page and one for the Facebook Page
  2. Place the Like button of your Facebook Page in a "visible" location (e.g. on top of the sidebar)
  3. Capture the like event of your current page (with edge.create)
  4. Encourage the user to "Become a Fan on Facebook too" whenever they like your current page.
like image 121
ifaour Avatar answered Oct 11 '22 09:10

ifaour


See this link on Facebook's developer site.

This will do all the points 1 and 3 you mentioned above. As far as point 2 goes, you will need to reference that on your facebook page.

like image 30
robzolkos Avatar answered Oct 11 '22 10:10

robzolkos