Tuesday 17 January 2017

How To Enable Threaded Commenting Option on Blogger Blog

This is a blogging tutorial that fixes any blogger comment box not displaying again especially below or after posts. The moment you realise your blogger comment box ie not displaying, that means you hahave tampered with your blog HTML code which at the end was just a minor problem. Today we have couple this tutorial just to make sure you don't have same problem someday.

Comment section is very essential to a blog because it enables or allows visitors ot users to say their review about a particular posts. Also users can be able to ask questions and get answers instantly.

Step 1 : Login to your Blogger Dashboard > Select the Blog that you
want to enable the Threaded Comments.

Step 2 : Then move your arrow down to "Settings" > "Posts and Comments".

Step 3 : Now change your Comment Location option set to "Embedded".


Step 4 : Move  to "Settings" > "Other".

Step 5 : Allow Blog Feed option set to Full.


You can use this other method Below


Step 1 : Go to Template > Edit HTML.

Step 2 : Click on Expand Widget Templates Check box.

Step 3 : Press on CTRL F on your keyboard and search for the Following
code.

<b:if
cond="data:blog.pageTyp
e ==
&quot;static_page&quot;
">
<b:include data="post"
name="comments">
</b:include></b:if>
<b:if
cond="data:blog.pageTyp
e == &quot;item&quot;">
<b:include data="post"
name="comments">
</b:include></b:if>

Note: In the process of searching for the above html code, you will discover two different code one for the mobile and the other for desktop.....

Step 4 : Just use the code below to replace above

<b:if
cond="data:blog.pageTyp
e ==
&quot;static_page&quot;
">
<b:if
cond="data:post.showThr
eadedComments">
<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.pageTyp
e == &quot;item&quot;">
<b:if
cond="data:post.showThr
eadedComments">
<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>

Step 5 Finally Click "Save Template" to save the template.

That's all, you have already enabled threaded commenting option on blogger blog.

No comments:

Post a Comment