Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add like button to Facebook page - what's the appid?

Say I have the website http://www.example.org and the corresponding Facebook page at http://www.facebook.com/example.

When I now try to generate a Like-Box (or a Like Button) an AppId is required. Creating an Application via Facebook Developer seems not like what I want - all I want is the button?

How do I create that like button / like-box for my website example.org (what are the simplest steps)?

like image 595
Dennis G Avatar asked Nov 28 '11 13:11

Dennis G


People also ask

What was the result of Facebook adding a like button?

In 2009, Facebook introduced the Like button. The tiny thumbs-up symbol, a simple indicator of people's preferences, became one of the social network's most important features. The company allowed other websites to adopt the Like button so users could share their interests back to their Facebook profiles.

How do I get the like button on my Facebook page?

Go to Settings › General, then click the Share tab. Enable the Facebook Like/Recommend button setting by clicking the “thumb up” Like icon. Then click the settings (...) icon in the upper left of the button.

Why don't I have a like button on my Facebook page?

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.


1 Answers

First of all, the simplest step is here: http://developers.facebook.com/docs/reference/plugins/like/

Further, the facebook page facebook.com/example and example.org are completely indipendent (like-button-wise). So if you want to have a like button for your facebook-page, you can use the link to facebook or even generate a like-box!

Other than that, you can initialize the fb api with an optional fb-app and its id. You probably found out already where to do that (here). With that you have access to insights, which are statistics for your like button. There are also further uses for it when playing around with the FB API or plugins like the comment-box. But you don't have to have an app-id to run the like button on your page!

like image 184
Anonymous Avatar answered Oct 16 '22 14:10

Anonymous