Exclusive : Blogger To Introduce New Comment System With Threaded Comment Replies

Hello Blogger Users, it’s Good News. Blogger is Going to Introduce their Official WordPress Style Threaded Comments System in Blogspot Blogs. :D
While Designing a Template for CustomBloggerTemplates.com, I find the Threaded Comments System Conditional Tags, JavaScript and CSS code. I really Excited when first time i Found this. The Looking of Blogger Threaded Comments is almost same as in the Dynamic Views Comments System. Probably they should Introduce this New Comment System in this Month or Next Month*

How i Conformed?

While Designing a Template I found the Following includable Tags Code

  • Threaded Comments JS
    <b:includable id='threaded_comment_js' var='post'>
  • Threaded Comments CSS
    <b:includable id='threaded_comment_css'>
  • Threaded Comments Form
    <b:includable id='threaded-comment-form' var='post'>
  • Enable/Disable Threaded Comments Conditional Tag
    <b:if cond='data:post.showThreadedComments'>
      <b:include data='post' name='threaded_comments'/>
    <b:else/>
      <b:include data='post' name='comments'/>
    </b:if>

What’s The Features?*

  1. The Main Feature is WordPress Style Threaded/Nested Comments with Reply Option.
  2. If the Post has more then 50 Comments, then Comments are automatically break’s and show a Option “Load more Comments”
  3. Auto Highlight Post Author Comments. for this a Icon Shows beside the Author Comment Name.

Blogger may be will add a Option to Enable or Disable Threaded Comments System. So you can use the Old comments system or New Threaded Comments System.
Enable Blogger Threaded Comments System

How it Works?

The Threaded Comments System was works Mainly based on the Blogger Data API and JavaScript.
JavaScript will pulls the Post Comments from Blogger Data API and show in a Comments Holder.

How it Looks?*

Here is a Preview* of Threaded Comments system, built by me using the CSS Included on Blogger Template.

Official Blogger Threaded Comment System Preview

This Post and Images are only for Information purpose. Please Wait for Official Blogger Announcement

Share your Feelings by Leaving a Comment and Enjoy with Blogger! :D

Comments

  1. says

    But i think that function not available for custom template. We need change default comment using template hack if we want use that threaded comment.

  2. says

    Harish take a look at this template. It already have that reply comment system in a Blogger blog.

    http://directusv1.blogspot.com/2012/01/some-html5-websites.html?showComment=1326120987908#c17407347753386843

    I believe it is made by Prayag Verma : http://www.stylifyyourblog.com/

  3. says

    Finally Blogger will a better comment system, eagerly waiting for this to come out, BTW which comment system are you using ? Is it custom made ?

  4. says

    Hi,
    How can we rollback this to previous one… and I don’t see any option of Enable or Disable Threaded Comments.

    Can tell me how to do this option available.

  5. says

    I’m on a custom template but the new comment system is not working. Can you help?
    I found the codes that you showed above in my HTML page

    • says

      it Looks like a Fully Customized Comments section.

      Try to Revert the Widget template to Default. You can locate this Option in Edit HTML tab.

  6. says

    hi admin
    in my template there is two comment system official blogger threaded one and nested one in custom template
    i find idea very important
    but how can make it conditionnal (choicable)
    i have replace code above but no success
    please show me how to make threaded option appear on my setting dashboard
    thanks to answer

  7. says

    Hi Harish Thanks for the update, How does this compare with the new Disqus functionality. I know that i would rather use your widget.
    Regards
    Frankie

  8. says

    I have enabled this feature. However, when I reply to my commenters, are my replies being emailed to them in addition to posting in the thread? I would like for them to know I replied without having to come back to my blog to check and see.
    Thanks!