Spice Up Your Blogger Blog with Custom Designed Templates - BTNT Services!

How To Enable Blogger Threaded Commenting Option!

On By // 2 comments
Advertisement
Blogger has recently announced the threaded comment system to all official BlogSpot templates. Blogger now supports threaded commenting. Your readers can now easily interact with more freedom and flexibility while leaving replies or posting comments. Normal Comments and Comment replies can easily be differentiated from each other. Previously we would use a Reply button to reply to comments and often used the traditional method of using the @ symbol to point to a specific commentator.

Now Blogger team has released the wordpress like commenting system.You can enable it by following these steps.

Preview
Do you want to see the live demo then click here.
LIVE DEMO

How to Enable the Threaded Comments in Blogger ?

  1. Blogger Dashboard > Select the Blog that you want to enable the Threaded Comments
  2. Go to Settings > Posts and Comments
  3. Comment Location option set to Embedded
  4. Go to Settings > Other
  5. Allow Blog Feed option set to Full

Still not getting Threaded Comments?

Backup your Template before going to change any thing.
  1. Go to Template > Edit HTML
  2. Click on Expand Widget Templates Check box
  3. Find the Following code.
    <b:if cond="data:blog.pageType == &quot;static_page&quot;">
    <b:include data="post" name="comments">
    </b:include></b:if>
    <b:if cond="data:blog.pageType == &quot;item&quot;">
    <b:include data="post" name="comments">
    </b:include></b:if>
  4. You will get Two results. one is belongs to mobile template and other is belongs to web Template.
    Replace it with the Below Section of Code on both mobile and web template.
    <b:if cond="data:blog.pageType == &quot;static_page&quot;">
    <b:if cond="data:post.showThreadedComments">
    <b:include data="post" name="threaded_comments">
    <b:else>
    <b:include data="post" name="comments">
    </b:include></b:else></b:include></b:if>
    </b:if>
    <b:if cond="data:blog.pageType == &quot;item&quot;">
    <b:if cond="data:post.showThreadedComments">
    <b:include data="post" name="threaded_comments">
    <b:else>
    <b:include data="post" name="comments">
    </b:include></b:else></b:include></b:if>
    </b:if>
  5. Save the Template!
For more Details, Read the Blogger Official Announcement Click here!
If you getting any problem, Leave a Comment here!.

2 comments:

  1. interesting, i read this on one site but i didnt understand but since u have given code i would try it later. since long i wanted this but didnt know how

    ReplyDelete
  2. hey Chandeep,

    Even though blogger now introduced threaded comments, that existed in most other commenting systems like Disqus, there is still exists some good reason why you should consider a 3rd party commenting platform like disqus for your blogger blog. I have posted a tutorial about how to put Disqus and the reasons why you shoud consider it here http://www.coolbloggingtips.com/2013/09/how-to-setup-disqus-comments-for.html

    I believe this will add few cents to your post:)

    Thanks

    ReplyDelete

I Appreciate your valuable Feedback. So, Please DO NOT SPAM - Spam comments will be deleted immediately.

Don't use brand name in name field and you're not allowed to use links in comments unless it's necessary

Such Comments will be removed immediately.

Thanks,
Chandeep