Blogger Officially Launches Threaded Commenting System


Finally after a long wait Blogger the best blogging platform officially launched the Threaded comment option in blogger blogs.As in our previous post we share that Blogger is going to launch threaded comment and also give the hack of adding Threaded comment option in blogger blog.But today Blogger releases its threaded or Nasted style comment system for all Blogs.

The features and style of Comment system is totally match-able with Wordpress style comment system, Like, Expandable/Collapsible Replies option, Highlight Author comments.But Blogger now give only 2 level comment only it means we are not able to Reply a Reply comment.

Blogger also adds lots of Css and styles in Reply comments if you reply a comment then your comment looks in very different and cool styles.So this is also an another great step by blogger for engaging your visitors with your site.


How To Enable Threaded Comment System:

Step1.) Go to your Blogger Dashboard > Select your blog on which you want to enable threaded comments.

Step2.) Now Go to Settings > Post & Comments (In Newer Blogger Interface).

Step3.) See "Comment Location" And Set it to "Embedded".



Step4.) Now scroll up and save your settings.(In Newer Blogger Interface)

Step5.) Now Go to Settings > Others

Step6.) Allow Blog Feed Option Set To "Full".



Step7.) Scroll up and save your settings.(In Newer Blogger Interface).

Now look at your comments and check your new Threaded style commenting system in your blogger blog.If you still not able to get the threaded comment system then follow the above steps and add the below coding in your blogger blog.

Still Not Getting Threaded Comments.??

Before changing anything in your blogger HTML first make a Backup of your template.

Step1.) Go to Blogger Dashboard > Design > Edit HTML

Step2.) Check the "Expand Widget Template".

Step3.) Now find the following code in your blogs HTML (Press CTRL + F For search box for searching the code).

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<b:include data='post' name='comments'/>
          </b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:include data='post' name='comments'/>
          </b:if>

Step4.) Replace the above code with the code given below.

<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: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:if>
        </b:if>

Step5.) Now repeat the 3rd and the 4th step once again.

Step6.) Now Save the template.

If you are facing any problem in getting threaded comments leave your queries below in comments.

1 comment:

Any Question, Feedback, Suggestion and Idea are always welcome.If you are asking a question then don't forget to subscribe the following comments for getting answers directly in your mailbox.