Blogger has recently announced the threaded comment system to all official BlogSpot templates. Blogger now supports threaded commenting. Your readers can now easily interact with more freedom and flexibility while leaving replies or posting comments. Normal Comments and Comment replies can easily be differentiated from each other. Previously we would use a Reply button to reply to comments and often used the traditional method of using the @ symbol to point to a specific commentator.
Now Blogger team has released the wordpress like commenting system.You can enable it by following these steps.
Preview
Do you want to see the live demo then click here.
LIVE DEMO
Now Blogger team has released the wordpress like commenting system.You can enable it by following these steps.
Preview
LIVE DEMO
How to Enable the Threaded Comments in Blogger ?
- Blogger Dashboard > Select the Blog that you want to enable the Threaded Comments
- Go to Settings > Posts and Comments
- Comment Locationoption set to Embedded
- Go to Settings > Other
- Allow Blog Feed option set to Full
Still not getting Threaded Comments?
Backup your Template before going to change any thing.
- Go to Template > Edit HTML
- Click on Expand Widget Templates Check box
- Find the Following code.<b:if cond="data:blog.pageType == "static_page"">
<b:include data="post" name="comments">
</b:include></b:if>
<b:if cond="data:blog.pageType == "item"">
<b:include data="post" name="comments">
</b:include></b:if> - 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 == "static_page"">
<b:if cond="data:post.showThreadedComments">
<b:include data="post" name="threaded_comments">
<b:else>
<b:include data="post" name="comments">
</b:include></b:else></b:include></b:if>
</b:if>
<b:if cond="data:blog.pageType == "item"">
<b:if cond="data:post.showThreadedComments">
<b:include data="post" name="threaded_comments">
<b:else>
<b:include data="post" name="comments">
</b:include></b:else></b:include></b:if>
</b:if> - Save the Template!
0 comments:
Post a Comment