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

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!

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:
Have two Like buttons, one for the current page and one for the Facebook Page
Place the Like button of your Facebook Page in a "visible" location (e.g. on top of the sidebar)
Capture the like event of your current page (with edge.create)
Encourage the user to "Become a Fan on Facebook too" whenever they like your current page.

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.

Related

Like button for Facebook page

Is possible to add on a website a like button where user likes a specific Facebook Page? Or this action is only possible when the user accesses my Facebook Page?
Check this out :
https://developers.facebook.com/docs/plugins/like-button
You can specify the page you want people to like, the size, everything.
You can also make a page plugin, which allow your users to like a Facebook page, see who likes it, etc :
https://developers.facebook.com/docs/plugins/page-plugin

Facebook Like Button: Unify a Url & a Facebook Page

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?
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.

Merge facebook page with ghost page

when I added the open-graph meta data to my website, every Like that my webpage gets is saved only for the webpage under a "ghost page". means that if i want to create a "facebook page" for the website, it's totally separated from the website, and i need to re-build my audience again.
is there a way to merge between them?
For example, if I insert a Like-Box to my website, and I click on the Facebook link in the Like-Box - it redirects me to the website, and not let me see the Facebook page.
if I'll change the link to the Facebook page, the likes number will be much lower.
I know i can merge under "Resources" but i wonder if it will transform my "Facebook page" to another link to my website. which i dont want.
So, how can I let people click on the link: "MySite on Facebook" and get to my site on facebook and not to my site...
I think that the ultimate solution will we set the like button to the "facebook page", and not to the page itself. what do you think?
You will have to create a Fan Page for you website and move the Likes over. There is a page migration / merge tool you can use, but it only works if the pages have similar names. You can find it in the Page Admin screen.

Want to get website's like box to link with fan page instead of websites administrative intereface?

I am trying to link a like box on website to facebook fan page.
http://witheri.com
I created an APP (developer.facebook.com), went to settings -> advanced -> add page to create a fan page for a band. Then I used this open graph like button (http://developers.facebook.com/docs/reference/plugins/like/) to link page.
It is working on website, but when I click like, it creates a 3rd page, an insight page, with this message "This is the administration interface for your webpage at http://witheri.com. You can see Insights and publish to the users that have liked your webpage. Only the administrators of the webpage can view this interface, other users are sent to the webpage."
This is all fine, but I want the likes to appear on the fan page instead of the insight page. How can I fix this?
That message explains the situation; the people who use the Like button are liking http://witheri.com , the page you see on Facebook.com is only visible to you, and lets you see the insights for who likes the page, and lets you post things which will appear in the fans' news feeds

Facebook like button is not linked with the like in the fan page?

For example, I have an article in my site,
http://abc.com/1.html
and I put a like button plugin from Facebook in the website for this article (http://developers.facebook.com/docs/reference/plugins/like)
And I also have a fan page in Facebook and share this article (by sharing a link).
If I press the link button in my site, the fan page like for this article does not add up. And vice versa, if I click the like button of this article in fan page, it does not reflect on the website either.
So is it the default behavior? I thought the article URL is provided for the Facebook Like plugin, the info should be linked. Anything I am missing here?
Thanks.
When you put an Like Button on your website for this particular article,
it's usually linked to an "Open Graph FaceBook Page", not your regular Facebook Fan Page, with a wall page. Open Graph FaceBook Page will redirect users to your own website. The good part of it, is that you'll be able to post news in the fans news feed.
When you share that article on your Fan Page, fans would LIKE the news feed post, not your website's article.
You can link the like buttons to your Fan Page, but you'll loose specific article liking capabilities.
As described in the doc (http://developers.facebook.com/docs/reference/plugins/like) :
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.
The first like is for your site, the second like is for the feed story -- they are two distinct objects.