Thursday 19 July 2012

Enable Threaded Comment On Your Blog

Threaded comment is a new commenting system, recently pro-founded by blogger. With the motive of making the conversation between users easy and flexible, it was created. With much request it was created by blogger and landed to blogosphere. After installing to your blog you can reply to the comments by others. That means that on same comment you could do a conversation. Sounds great ya. Then why not give it a try. See a demo of threaded comment below;
In the demo you can see that the comment of Anjal Gajurel is the main comment. And the comment of Peter Kingston and Martin Gajurel are the threads what we call usually threaded comments. By this you won't have the torture of finding comments and your blog commenters can get the answer of their question in the same comment. So are you impressed with it or still confused. If you are impressed then proceed below and if not also then give it a try.
So here we go;
  • Log in to your blogger account.
  • Be forwarded to your dashboard.
  • Go to your blog settings and click on post and comments.
  • Set the location of comments to Embedded.
  • Now go to setting and click on other.
  • In the option of "Allow Blog Feed" set Full.
  • After that save the settings.
These were the settings for new interface. For old blogger interface procure below;
  • Go to blogger dashboard.
  • Under your blog name click on settings.
  • In the settings tab click on comments.
  • Set the comments form placement to Embedded below Post.
  • Click on save and then move to Site Feed tab.
  • There set Allow Blog Feed to full.
Now you are done with threaded comment. You should get your results now.
But sometimes you may still have some problems. If you didn't got threaded comment in comments then follow the steps below. But remember use this steps only when you are having problem. Otherwise no need;

FOR STANDARD TEMPLATE
  • Go to design>Edit Html.
  • Click the  Revert widget templates to default link.
FOR CUSTOMIZED TEMPLATE
  • Go to the Edit Html page.
  • Click on Expand Widget Template checkbox.
  • 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>
  • Probably you will find two codes similar to above one.
  • Replace both of them with the below code.
<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 click on save template.
Now your threaded commenting system will surely work. If you are having some problems then without hesitation comment below. I will be glab to help you;

No comments:

Post a Comment