Finally Blogger Official Threaded Comments is Live!. As my Latest Update in my Previous Post, Blogger was Announced the Threaded Comments release today.
The features are WordPress Style Threaded Reply Comments,
Expandable/Collapsible Replies option, Highlight Author Comments. But
they allowed 2 level commenting only This means, we can’t give reply to a Reply comment.
Preview
The Preview is Exactly same to my Preview (Built with HTML and CSS).What i missed is Collapsible Replies option.
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 Location option 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.
Method 1
You will lost all Changes in Blog Posts and Widgets.
like, Adsense Ads inside Post,Post Footer changes, Share Buttons,
Signatures etc,.!!
- Go to Design > Edit HTML
- Click on Revert widget templates to default link
For Custom Template Follow the Method 2
Method 2
- 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:if> <b:if cond='data:blog.pageType == "item"'> <b:include data='post' name='comments'/> </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: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:if> </b:if>
- Save the Template!
If you getting any problem, Leave a Comment here!.
0 Comments: