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.

I'm completely confused when it comes to this like button thing. So I need it in plain english if you can. How do I put a like button on my page? I started with the "Get started" button and went through the motions. I got the two plugin in codes. My problem is, what do I do with them? I don't know what "Include the JavaScript SDK on your page once, ideally right after the opening tag." means. I clicked on JavaScript SDK and it took me to a page that did not help me. I've been to the developers page to only be more confused. I've clicked on just about every blue word I read hoping to read something that could help me understand. Why does the second code say, "Place the code for your plugin wherever you want the plugin to appear on your page." when there seems to be no where to put it. Am I doing it all wrong?

share|improve this question
2  
Ok so what page is this going on? Does it already exist so we can take a look? Do you use Wordpress or another CMS? – Graham Smith Jan 12 '12 at 0:10
the url to the page I want the button to be on is facebook.com/#!/pages/Catherine-E-Medina/305208752855834 – Catherine E Nazworth Jan 12 '12 at 23:32

closed as not a real question by casperOne Mar 11 '12 at 13:52

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

All pages have a "like" button at the top of them by default. See the screen grab from the page below.

Page with like button

If you are an admin of your page, which you probably are, you will not see the like button and will instead see a layout similar to the image below. I am an admin of that page and I do not see the like button. If you want a custom section on your page then you will need to create an application on the Facebook developers site and read the documentation on creating applications.

admin view of Facebook page

You cannot add code like JavaScript to the page in the default provided areas like the wall,info and photo - hence why you couldn't figure out where to put the code. This code has to be placed into a HTML page, which can be used in a variety of ways from constructing websites with social integration top Facebook apps.

On a different and final note, there is a better place to ask Facebook questions within the Stack community. This can be found at http://facebook.stackoverflow.com/

share|improve this answer
BTW - You already have 13 likes showing that there must be a like button somewhere or the 13 people who liked your page must know how to use the Graph API. – Graham Smith Jan 12 '12 at 23:57
OH! That makes sense! thanks a million. – Catherine E Nazworth Jan 12 '12 at 23:57
Please mark the answer as correct for other users to know if this answer is useful to them. I say this as it looks like you are new to Stack Overflow and I am a rep fiend. Use the tick icon. – Graham Smith Jan 12 '12 at 23:59

Not the answer you're looking for? Browse other questions tagged or ask your own question.