Sunday, February 3, 2013

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.comI 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

0 comments:

Post a Comment