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 relatively new to this and looking to implement like buttons for videos and articles on a website. I would prefer to get the better functionality from the html5 option over the iframe option. Not sure what I need to do as far as creating the app, getting app ID, and what I need to add to the site from the SDK in addition to the HTML5 code generated on https://developers.facebook.com/docs/reference/plugins/like/ when I put in all the info.

Is there a step by step guide somewhere that I can follow to implement this correctly?

share|improve this question

2 Answers

Here's Facebook's Open Graph protocol. There's a Getting Started section with all of the info you need. Just follow the instructions and your site should work fine.

share|improve this answer
  1. Go here https://developers.facebook.com/apps
  2. Create an app with any name
  3. Then change some of the default settings for the app
  4. Save
  5. You have an app
  6. Load the Javascript SDK onto your page with a script tag
  7. You can now use the HTML5 compliant like plugin on your page from http://developers.facebook.com/docs/reference/plugins/like/ and embed it anywhere you want.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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