Our Sponsers

Saturday, January 14, 2012

Blogger Update : Official Threaded Comment Section For Blogger

Rounaj | 4:09 AM | | |

Enter your email address:

Delivered by HackingUniverse





Blogger,Blog,Thread,CommentBefore we have migrated from .tk to .in domain we have confirmed that from now our blog will not only post some articles on tricks,tips or hacks.. But also on Blogging tips,tricks and updates.. So here we came with Blogspot's whole new feature.. Yesterday Blogger has introduced us with a whole new Comment system in Blogspot Blogs..While I was working on my oldest blog about Farmville I found it.. We can call this Comment System as Threaded Comment System.. It looks exatcly same oe we can say almost as on Blogger Dynamic Views.. So are you excited to know about it's features and other options ? Here is those.

What are the features ?

  • The main and the most interesting feature is that this Comment System will be like the wordpress Thread style Comment System with a option of Replying .
  • In this Comment System the ADMIN Comments will be automaticly highlighted with a icon beside ADMIN's name..
  • One more feature will be if a blog post will have more than 45-50 posts the comment system will automaticly have a break and other comment will be shown after clicking on "Load More Comment" option.. 
How it Looks ?
We haven Given some pix here to show you the difference between old style and the new one..

Old Comment Syle

New Comment Style

How to Enable the Threaded Comments in Blogger ?

There is two process to enable it.. One is simply by Blogger Settings and Other one is via Editing the HTML Code.

First Process-
  • 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
Embedded Comment
                          
  • Go to Settings > Other
  • Allow Blog Feed option set to Full
Allow full Blog feed
Second Process-
  • Go to Template > Edit HTML
  • Click on Expand Widget Templates Check box
  • Find the Following 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>

        • Here 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: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>

              • Now just save the template and see the change in your blog..
               ****Backup your Template before going to change any thing. ****
                So howz Blogger's latest update ? Dont Forget to Comment.. Till then Be Fresh Be Geek..

                    0 comments:

                    Post a Comment