Comment with Facebook (in 24 steps)



  1. Go to https://developers.facebook.com/.
  2. Click on "Apps" to create a new app.
  3. Go back and click on "Web".
  4. Click on "Social Plugins".
  5. Click on "Comments".
  6. Type the URL of the blog that you want to add Facebook comment service into the "URL to comment on" field and click on "Get Code".
  7. Click on "HTML 5", choose the correct App ID to add to your blog and copy the code.
  8. Go to http://www.blogger.com/home, choose the blog that you want to add the Facebook comment service and go to its "Template" page.
  9. Click on "Edit HTML".
  10. Look for "<b:includable id='post' var='post'>...</b:includable>" and click on the number beside that code.
  11. Look for "<div class='post-footer-line post-footer-line-3'>".
  12. Paste the copied code (from step 7) before this code ("<div class='post-footer-line post-footer-line-3>'").
  13. Go to https://developers.facebook.com/docs/javascript/gettingstarted/ and copy the code.
  14. Go back to the "Template" page of your blog.
  15. Click on "Edit HTML".
  16. Look for "<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>"
  17. Paste the copied code (from step 13) after this code ("<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>").
  18. Go back to the Facebook app page (https://developers.facebook.com/apps) and click on the app that you created earlier.
  19. Copy the "App ID/API Key".
  20. Go back to the "Template" page of your blog.
  21. Click on "Edit HTML".
  22. Replace the "YOUR_APP_ID" (from step 17) with the copied App ID (from step 19) and replace "//WWW.YOUR_DOMAIN.COM/channel.html" (from step 17) with your blog URL.
  23. Click on "Save Template".
  24. The Facebook comment service should be added to your blog, after every post.