}

How to Add Facebook Comment in Blogger


 Facebook Comment



Facebook, being the world’s number one social networking site and is one of the top channels in order to drive traffic to your blog.

And hence, the bond between Facebook and blogging is very important.
Comments play a very important part in blogging and help us to keep our blog posts alive.

'

In fact, if you can moderate your comments and keep spam free, your post would get a significant priority in the eyes of search engines.

So, when you embed a Facebook comment system in your blog, it can make your blog more interactive and look more attractive than the default Blogger comment system.

Also, read: How to Install Disqus Comment on Blogger

Advantages of Using Facebook Comment System


It makes your comments high-quality discussions, as your visitors have to comment with their Facebook profile, and this makes your blog comments almost spam free.

With a Facebook comment system, your visitors’use their real Facebook identity and this leads to better conversations on relevant topics. As millions of people around the globe use Facebook and spend a lot of time on Facebook.

So, when a reader comments on your blog, it also shares the topic on its Facebook feed and this can drive more and valuable traffic to your blog.

When someone comments on your blog, Facebook will notify you and also if someone or you replay to your visitor comments.

Still many of us are in doubt whether Facebook comments are accessible and indelible by Google or are SEO friendly.

But various case studies turned up that every single comment done through Facebook comment system will always remain under your post and is crawlable and indelible by Google or other search engines as well. 

Before proceeding on how to add a Facebook comment box in Blogger, you have to create a Facebook App ID in order to have a Facebook comment box on your Blogger blog.

Also, read: How to enable Google+ comment in Blogger


Creating a Facebook App for your blog and Facebook JavaScript SDK


If you have a Facebook App ID, then follow the below step, or if you don’t have a Facebook App ID, then don’t worry, below is the tutorial on, How to create a Facebook App ID

When you complete creating a Facebook App ID, hover over Doc tab and select Comments - Social Plugins or Click here.


Facebook Comment


Now, under Comments Plugin Code Generator, enter your blog's URL on URL to Comment on.

Give the preferred width of your blog.

Enter how many numbers of comments you would like to view under your post and click on Get Code and the plugin code and instructions to add it on the website are displayed.

Note: Keep the page open, we will need it again. 


Facebook Comment


How to Embed Facebook Comment Box in Blogger


Step 1. Login to your Blogger blog, select Template and then click on Edit HTML.

Facebook Comment

Step 2. Now, search for the <body> tag. 
is because there is some code in between <>, and the search might fail on some templates.

Step 3. Now, go to your Facebook Developers Page, which we left open.

Step 4. Copy the JavaScript SDK which is under Step 2, and paste the code right after the opening <body> tag and Save your settings.

(See the below screenshot)


Facebook Comment

You might be getting an XML error while trying to save your settings and the error message says like below:


Error parsing XML, line 11, column 70: The reference to entity "version" must end with the ';' delimiter.


Facebook Comment


Don't panic, you can solve this error message by simply changing the code from "&" highlighted in red below with & highlighted in green

Edit the code by changing "&"(ampersand) with "&" and try to save your setting and this time the error should not appear again. 

Wait!
 Don't close this page yet, we would need it to add a second code to deal with. 

Also, read: How to add Facebook Chat Widget in Blogger

Facebook Comment Box Placement in Blogger Template


Now, this is the most important and crucial part of the process, i.e.
The placement of your Facebook Comment Box on your Blogger theme.

So, you should have to be very careful, because if you place it anywhere, your Facebook comment box might not appear.

Or in some cases, it may appear on the desktop but will not appear on mobile devices as due to Blogger uses different CSS codes for desktop and mobile templates.

Now, go back to your Facebook Developer page that is open and you would see the second code, which is displayed on Step 3: Place this code wherever you want the plugin to appear on your page.


Facebook Comment


But wait!

Don’t use the second code, because the HREF is the link of your blog and not the link to the individual post and same Facebook comments will appear on all the posts. So, instead of using the second code.

Kindly Note: Blogger uses separate codes for desktop and mobile devices, and so we have to add the Facebook comment code in two different places.



Adding Facebook Comment Box Code for Desktop


Step 1. Select Template, click on Edit HTML.


Facebook Comment


Step 2. Now click anywhere inside the code area and pressing CTRL + F search for post-footer-line post-footer-line-3 (See Below)

 <div class='post-footer-line post-footer-line-3'>  

Anything that is inside the post-footer-line post-footer-line-3 will be displayed on desktop and not on mobile devices.

So, in order to make your Facebook comment box responsive and appear on mobile devices too, copy and paste the below code just below the <div class='post-footer-line post-footer-line-3'> line. 

 <!-- facebook comment box -->  
 <b:if cond='data:blog.pageType == &quot;item&quot;'>  
 <h2>Comment with Facebook</h2>  
 <div class='fb-comments' data-numposts='5' data-width="100%" expr:href='data:post.canonicalUrl' expr:title='data:post.title' expr:xid='data:post.id'/>  
 </b:if>  
 <!--facebook comment box -->  


Note: You can also customize specific width in pixels for "data-width" such as "data-width = "350px", etc.


But using percentage in place of pixels as "data-width = "100%", will make your Facebook comment box responsive.

Step 3. Now click on Save in order to save your settings and you are done adding.

Now, view any of your blog posts in order to check whether your newly added Facebook comment system has been successfully integrated and is working.

If you see both Facebook comment box and Blogger’s comment box as well, then you have successfully embedded Facebook comment box on your Blogger blog and you have to hide your Blogger default comment box. 

How to Hide Default Blogger Comment Box


Step 1. Select Setting and click on Posts, comments, and sharing.



Facebook Comment


Step 2. Now, under Comment Location change it to Hide and save your settings. 

Adding  Facebook Comment Box Code for Mobile Devices


Step 1. Select Template, click on Edit HTML.

Facebook Comment

Step 2. Now click anywhere inside the code area and pressing CTRL + F search for post-comment-link and paste the below code just above the post-comment-link and save your template.



Facebook Comment


Also, view a blog post on a mobile device and see if the Facebook comment appears. 

 </span>  
 <!-- facebook comment box -->  
 <b:if cond='data:blog.pageType == &quot;item&quot;'>  
 <h2>Comment with Facebook</h2>  
 <div class='fb-comments' data-numposts='5' data-width="100%" expr:href='data:post.canonicalUrl' expr:title='data:post.title' expr:xid='data:post.id'/>  
 </b:if>  
 <!--facebook comment box -->  
 <span class='post-comment-link'>   

How to Moderate Facebook Comments


In order to moderate Facebook comments system, Step 1. Go to the Facebook Developers Page.


Facebook Comment

Step 2. Hover over to Docs, select Comments-Social-plugins and select Moderation

In order to use comment moderation tool, you have to first complete the moderation setup instructions.

Follow the instructions provided and set your Comment Moderations.

Conclusion on How to Add Facebook Comment Box in Blogger


I think with this simple and easy to understand step-step tutorial with screenshots of the entire process, you have successfully embedded the Facebook Comment System on your Blogger blog.

And if this tutorial has helped you in any way, then do us a favor by sharing this content on social media sites.

Or, leave a comment below if you have found any problem while embedding the Facebook comment system.

Also, read: How to change the height and width of Blogger comment box






94 comments:

  1. thanks for sharing..Nice post
    https://www.brigita.co/best-seo-services-provider-in-coimbatore/

    ReplyDelete
  2. You have done a great job on this article. It’s very readable and highly intelligent. You have even managed to make it understandable and easy to read. You have some real writing talent. Thank you.
    manual seo service

    ReplyDelete
    Replies
    1. Thanks Leo for such an encouraging words...

      Delete
  3. However, clients should be aware that SEO tricks can have a great impact on a website and damage it-which is why they have to use the legitimate SEO strategies in order to receive impressive results. dofollow blogs

    ReplyDelete
  4. From your website itself to your online branding assets -- digital advertising, email marketing, online brochures, and beyond -- there's a huge spectrum of tactics and assets that fall under the umbrella of digital marketing. pbn setup

    ReplyDelete
  5. Very useful post. This is my first time i visit here. I found so many interesting stuff in your blog especially its discussion. Really its great article. Keep it up.  https://ambulanceseo.com/seo-company-bangalore/

    ReplyDelete
  6. Thank you for this fascinating post, I am happy I observed this website on Google. Not just content, in fact, the whole site is fantastic. best web 2.0 link building service

    ReplyDelete
  7. I think this is an informative post and it is very useful and knowledgeable. therefore, I would like to thank you for the efforts you have made in writing this article. SEO Service Provider

    ReplyDelete
  8. Thanks for sharing//Also visit our website for latest trends in online..
    https://www.jignov.com

    ReplyDelete
  9. This is my first time visit to your blog and I am very interested in the articles that you serve. Provide enough knowledge for me. Thank you for sharing useful and don't forget, keep sharing useful info. monthly seo services

    ReplyDelete
  10. I think this is an informative post and it is very useful and knowledgeable. I am also write article sharing some views. Kcmk Kinesi
    https://www.kcmkkinesi.com/blog/learn-top-10-advanced-seo-tips-techniques-for-2019/

    ReplyDelete
  11. Thanks for this wonderful post. The information in this article is very helpful to me. Thanks a lot for sharing. Keep blogging.

    ReplyDelete
  12. This is really a nice and informative, containing all information and also has a great impact on the new technology. Check it out here: Buy Facebook Accounts

    ReplyDelete
  13. This is a great inspiring article.I am pretty much pleased with your good work.You put really very helpful information. Keep it up. Keep blogging. Looking to reading your next post. Buy Old Facebook Accounts

    ReplyDelete
  14. You there, this is really good post here. Thanks for taking the time to post such valuable information. Quality content is what always gets the visitors coming. Canada SEM

    ReplyDelete
  15. Facebook has evolved as one of the most valuable assets to advertisers who are striving to reach a particular niche audience.https://www.flow20.com/blog/why-facebook-live-is-the-perfect-platform-to-grow-your-brand/

    ReplyDelete
  16. I am impressed. I don't think Ive met anyone who knows as much about this subject as you do. You are truly well informed and very intelligent. You wrote something that people could understand and made the subject intriguing for everyone. Really, great blog you have got here. C Thiruvenkatam

    ReplyDelete
    Replies
    1. Thanks Thiruvenkatam for your kind words about my blog, keep visiting for new stuff

      Delete
  17. This is also a very good post which I really enjoyed reading. It is not every day that I have the possibility to see something like this.. pname com facebook orca

    ReplyDelete
  18. This is highly informatics, crisp and clear. I think that everything has been described in systematic manner so that reader could get maximum information and learn many things. seo ranking

    ReplyDelete
  19. This is my first time visit to your blog and I am very interested in the articles that you serve. Provide enough knowledge for me. Thank you for sharing. Buy Facebook Reaction www.ipeaker.com

    ReplyDelete
  20. Social media was once viewed as just for young people or for those searching for sentiment and connections however that has changed drastically as of late. this blog

    ReplyDelete
  21. This is also a very good post which I really enjoyed reading. It is not every day that I have the possibility to see something like this.. DoFollow

    ReplyDelete
  22. Wonderful, just what a blog it is! This blog has provided the helpful data to us continue the good work.Learn SEO

    ReplyDelete
  23. This is also a very good post which I really enjoyed reading. It is not every day that I have the possibility to see something like this.. khatri885

    ReplyDelete
  24. Positive site, where did u come up with the information on this posting?I have read a few of the articles on your website now, and I really like your style. Thanks a million and please keep up the effective work. yt studio

    ReplyDelete
  25. Very efficiently written information. It will be beneficial to anybody who utilizes it, including me. Keep up the good work. For sure i will check out more posts. This site seems to get a good amount of visitors. High quality blog comment

    ReplyDelete
  26. Thank you for your post, I look for such article along time, today i find it finally. this post give me lots of advise it is very useful for me. reklam agentliyi interactive media

    ReplyDelete
  27. Only strive to mention one's content can be as incredible. This clarity with your post is superb! Thanks a lot, hundreds of along with you should go on the pleasurable get the job done. makelaars sittard

    ReplyDelete
  28. I really loved reading your blog. It was very well authored and easy to understand. Unlike other blogs I have read which are really not that good.Thanks alot! niche

    ReplyDelete
  29. Great job for publishing such a beneficial web site. Your web log isn’t only useful but it is additionally really creative too. There tend to be not many people who can certainly write not so simple posts that artistically. Continue the nice writing get backlinks

    ReplyDelete
  30. Its my great pleasure to visit your blog and to enjoy your great posts here. I like it a lot. I can feel that you paid much attention for those articles, as all of them make sense and are very useful.  buy real Facebook likes

    ReplyDelete
  31. Very Helpful Article. Keep Sharing these types of posts

    ReplyDelete
  32. Great job for publishing such a beneficial web site. Your web log isn’t only useful but it is additionally really creative too. website seo

    ReplyDelete
  33. Thank you for your post, I look for such article along time, today i find it finally. this post give me lots of advise it is very useful for me. บริษัททำ SEO

    ReplyDelete
  34. I am looking for and I love to post a comment that "The content of your post is awesome" Great work! Buy Old Facebook Accounts

    ReplyDelete
  35. Thanks for another wonderful post. Where else could anybody get that type of info in such an ideal way of writing? 2020 Services

    ReplyDelete
  36. This blog is really great. The information here will surely be of some help to me. Thanks!. digital marketing institute in pune

    ReplyDelete
  37. Hello I am so delighted I located your blog, I really located you by mistake, while I was watching on google for something else, Anyways I am here now and could just like to say thank for a tremendous post and a all round entertaining website. Please do keep up the great work. agencja seo warszawa

    ReplyDelete
  38. Remarkable article, it is particularly useful! I quietly began in this, and I'm becoming more acquainted with it better! Delights, keep doing more and extra impressive! SEO

    ReplyDelete
  39. Admiring the time and effort you put into your blog and detailed information you offer!.. Digital Marketing Sydney

    ReplyDelete
  40. Awesome article, it was exceptionally helpful! I simply began in this and I'm becoming more acquainted with it better! Cheers, keep doing awesome! niche blog comment

    ReplyDelete
  41. Thanks for the blog filled with so many information. Stopping by your blog helped me to get what I was looking for. Now my task has become as easy as ABC. Buy sell videos

    ReplyDelete
  42. Today, I was just browsing along and came upon your blog. Just wanted to say good blog and this article helped me a lot, due to which I have found exactly I was looking. SEO Limo

    ReplyDelete
  43. Positive site, where did u come up with the information on this posting? I'm pleased I discovered it though, ill be checking back soon to find out what additional posts you include. www.websiteseo.services

    ReplyDelete
  44. A good blog always comes-up with new and exciting information and while reading I have feel that this blog is really have all those quality that qualify a blog to be a one buy google reviews
    A good blog always comes-up with new and exciting information and while reading I have feel that this blog is really have all those quality that qualify a blog to be a one buy google reviews

    ReplyDelete
  45. Good artcile, but it would be better if in future you can share more about this subject. Keep posting. cartoonart

    ReplyDelete
  46. I really enjoy simply reading all of your weblogs. Simply wanted to inform you that you have people like me who appreciate your work. Definitely a great post. Hats off to you! The information that you have provided is very helpful buybacklinkscheap.com

    ReplyDelete
  47. The material and aggregation is excellent and telltale as comfortably. https://www.taurusmedia.lt/

    ReplyDelete
  48. Nice post mate, keep up the great work, just shared this with my friendz www.dynamicmarketing.sg

    ReplyDelete
  49. Great post, please keep on sharing amazing article like this! It makes me happy reading your post voluum vs clickmagick

    ReplyDelete
  50. I finally found great post here.I will get back here. I just added your blog to my bookmark sites. thanks.Quality posts is the crucial to invite the visitors to visit the web page, that's what this web page is providing. Search engine optimization SEO

    ReplyDelete
  51. Thank you because you have been willing to share information with us. we will always appreciate all you have done here because I know you are very concerned with our. หมูปิ้งอุดร

    ReplyDelete
  52. I read that Post and got it fine and educational.

    ReplyDelete
  53. Wow! Such an amazing and helpful post this is. I really really love it. It's so good and so awesome. I am just amazed. I hope that you continue to do your work like this in the future also social backlink

    ReplyDelete
  54. This is such a great resource that you are providing and you give it away for free. I love seeing blog that understand the value of providing a quality resource for free. SEO near me

    ReplyDelete
  55. I respect blogs like this. But I had this Facebook comment plugin on my site once but it was kind of slow..
    And why are you not using the Facebook comment plugin?

    ReplyDelete
  56. This is a good article about how to add the facebook comment box to your blog on Blogger, please take a look here فيس بوك للكمبيوتر and tell how I can make it on Wordpress

    ReplyDelete
  57. Its a great pleasure reading this post. Want to share with another useful article
    https://cgifurniture.com/photorealistic-product-rendering-services-online-shopping/

    ReplyDelete
  58. Hey, you used to write wonderful, but the last several posts have been kinda boring… I miss your tremendous writings. Past few posts are just a little bit out of track! come on! web design agency

    ReplyDelete
  59. This website and I conceive this internet site is really informative ! Keep on putting up! download facebook videos

    ReplyDelete
  60. I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. Thanks... digital marketing course in hyderabad

    ReplyDelete
  61. I have read your article, it is very informative and helpful for me.I admire the valuable information you offer in your articles. Thanks for posting it.. Digital marketing agency

    ReplyDelete
  62. In the digital marketing world, the different phases of the purchasing procedure for example exploration, thought and buy are designated "small scale minutes" and the absolute best digital marketing office will introduce the significant data, administration or item at the focused on time in the purchasing procedure. digital marketing tips

    ReplyDelete
  63. The blog and data is excellent and informative as well sneak a peek at this site

    ReplyDelete
  64. Im no expert, but I believe you just made an excellent point. You certainly fully understand what youre speaking about, and I can truly get behind that. Digital Marketing

    ReplyDelete
  65. Thank you again for all the knowledge you distribute,Good post. I was very interested in the article, it's quite inspiring I should admit. I like visiting you site since I always come across interesting articles like this one.Great Job, I greatly appreciate that.Do Keep sharing! Regards, facebook

    ReplyDelete
  66. I was reading some of your content on this website and I conceive this internet site is really informative ! Keep on putting up. SEO Agentur Frankfurt

    ReplyDelete
  67. I am happy to find this post Very useful for me, as it contains lot of information. I Always prefer to read The Quality and glad I found this thing in you post. Thanks 1on1

    ReplyDelete
  68. The prominence for Instagram has blasted as the cameras in PDAs have gotten better at taking photographs and recordings. Extraordinary photographs or recordings can assist sparkle with intriguing in your business and attract individuals. octavian turcan

    ReplyDelete
  69. I’m going to read this. I’ll be sure to come back. thanks for sharing. and also This article gives the light in which we can observe the reality. this is very nice one and gives indepth information. thanks for this nice article... niche relevant blog comments

    ReplyDelete
  70. thank you so much for this informative blog please check out my blog on blogspot vs wordpress

    ReplyDelete
  71. I am impressed. I don't think Ive met anyone who knows as much about this subject as you do. You are truly well informed and very intelligent. You wrote something that people could understand and made the subject intriguing for everyone. Really, great blog you have got here. smm panel

    ReplyDelete
  72. It is especially decent, though look into the tips during this home address. Backlink

    ReplyDelete
  73. I am impressed. I don't think Ive met anyone who knows as much about this subject as you do. You are truly well informed and very intelligent. You wrote something that people could understand and made the subject intriguing for everyone. Really, great blog you have got here. facebook page

    ReplyDelete
  74. Wonderful article, thanks for putting this together! This is obviously one great post. Thanks for the valuable information and insights you have so provided here. Off-page SEO Relevant Backlink

    ReplyDelete
  75. Wow, cool post. I'd like to write like this too - taking time and real hard work to make a great article... but I put things off too much and never seem to get started. Thanks though. digital marketing agency wigan

    ReplyDelete
  76. Consistently there are more than 3.2 billion things that are preferred or remarked about on Facebook pages and that converts into an extremely amazing method of promoting for any business. click here for info

    ReplyDelete
  77. Very useful post. This is my first time i visit here. I found so many interesting stuff in your blog especially its discussion. Really its great article. Keep it up. logo creation

    ReplyDelete
  78. Great article Lot's of information to Read...Great Man Keep Posting and update to People..Thanks création de site internet

    ReplyDelete
  79. i love this article. you can check out mine at https://trendebook.com/gmail-account-login-how-to-login-to-google-mail-account/

    ReplyDelete
  80. Super-Duper site! I am Loving it!! Will come back again, Im taking your feed also, Thanks. sellfy

    ReplyDelete
  81. https://insafdigitalagency.com/ After reading your article I was amazed. I know that you explain it very well. And I hope that other readers will also experience how I feel after reading your article.

    ReplyDelete
  82. I would recommend my profile is important to me, I invite you to discuss this topic... SEO Backlink

    ReplyDelete
  83. Pleasant to be going by your web journal once more, it has been months for me. Well this article i've been sat tight for so long. I require this article to finish my task in the school, and it has same theme with your article. Much obliged, incredible offer. buy facebook comments

    ReplyDelete
  84. Wow! Such an amazing and helpful post this is. I really really love it. It's so good and so awesome. I am just amazed. I hope that you continue to do your work like this in the future also. SEO

    ReplyDelete
  85. It is perfect time to make some plans for the future and it is time to be happy. I’ve read this post and if I could I desire to suggest you few interesting things or tips. Perhaps you could write next articles referring to this article. I want to read more things about it! Web Host

    ReplyDelete
  86. Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I'll be subscribing to your feed and I hope you post again soon. Big thanks for the useful info. Homepage Backlinks

    ReplyDelete
  87. I’m going to read this. I’ll be sure to come back. thanks for sharing. and also This article gives the light in which we can observe the reality. this is very nice one and gives indepth information. thanks for this nice article... authority backlinks

    ReplyDelete
  88. I’ve been thinking the similar point personally lately. Delighted to see a person on the same wavelength! Nice article.
    RealSubscriber

    ReplyDelete
  89. Thank you the article looks great. But I find that the website https://sfull.net/ is very easy to use. It can download Full HD 4K quality with very fast download times, through this website you can download any video from Facebook. Good luck.

    ReplyDelete