June 15, 2015

How to Add Facebook Comment Box to your Blog 2022

Facebook comments add quality too your blog as it makes easy for people to comment and interact with the owner of blog easily. It adds to your traffic since your blog posts gets connected to Facebook. 
Here is step by step process to add Facebook comment box to your blog.

  1. Go this link: https://developers.facebook.com/docs/plugins/comments
  2. Fill the blanks with your desired input eg. width (number of pixels) and number of posts (comments).
  3. Scroll down and click on get code button.
  4. Copy the first text.
  5. Change the character & with & if there is any.
  6. Now got to your Blogger Dashboarad
  7. Go to template > edit html.
  8. Search </body> tag {Ctrl+f}
  9. Copy the code and paste the code above </body> tag.
  10. Now search that blog and this red code  <b:include data='post' name='post'/>
  11. Now add the following code after <b:include data='post' name='post'/>

How to Add Facebook Comment Box to your Blog


<b:if cond='data:blog.pageType == "item"'>
                     &lt;div
                           class=&quot;fb-comments&quot;
                             data-href=&quot;<data:post.url/>&quot;
                               data-width=&quot;590&quot;
                                 data-num-posts=&quot;100&quot;&gt;
                               &lt;/div&gt;
                            </b:if>

                Click Save Template to complete.

                Read Also: Facebook added 'Legacy Contact' feature
                Continue Reading →

                FIND US ON FACEBOOK

                Popular Posts

                Leave a message

                Name

                Email *

                Message *

                All Rights reserved by www.hotchpotchpost.com. Powered by Blogger.
                Back to Top