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

How to Enable the Threaded Comments in Blogger ?
- Blogger Dashboard > Select the Blog that you want to enable the Threaded Comments
- Go to Settings > Posts and Comments
- Comment Location option set to Embedded
- Go to Settings > Other
- Allow Blog Feed option set to Full
Still not getting Threaded Comments?
Backup your Template before going to change any thing.
- Go to Template > Edit HTML
- Click on Expand Widget Templates Check box
- Find the Following code.<b:if cond="data:blog.pageType == "static_page"">
<b:include data="post" name="comments">
</b:include></b:if>
<b:if cond="data:blog.pageType == "item"">
<b:include data="post" name="comments">
</b:include></b:if> - 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 == "static_page"">
<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 == "item"">
<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> - Save the Template!
If you getting any problem, Leave a Comment here!.
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
ReplyDeletehey Chandeep,
ReplyDeleteEven 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