Friday, 13 January 2012

// // Leave a Comment

How to adding Blogger Threaded commenting system

image
Friends today blogger announced threaded commenting system. This feature give your blog to new look and professional look with reply button. This feature one professional blog can use. If you are not using blogger template and uses some other template then take a look of the threaded commenting system screenshot by official Blogger Buzz.


In this commenting system you get an reply link. previously bloggers are using to adding some reply code then the reply code active in her comment system. but this time some adding because blogger will give you a professional feature for your blog.



How to get Blogger Threaded commenting system



Follow my simple 2 steps to get active.


Set FEED to Full


1. Go To Blogger > Settings > Site Feeds

2. Set Allow Blog Feed To Full


image3. Hit save.



Embedded Comments


1. Go To Blogger > Settings > comments

2. Choose "Embedded below posts"

image3. Hit save!


Now you are done!

Visit your blog post page and enjoy with new comment system.



MBC simple tips to activate Threaded Comments




First login to your blogger dashboard.

Go to Blogger design-Edit HTML

Download or backup your template.

Search for this by using (Ctrl + F)



<b:include data='post' name='comments'/>



Replace the above code with below code



<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>



Now you are done!

Visit your blog and enjoy your self.

0 comments:

Post a Comment