Today tutorial blog and blogger hack. We will talk about embedded comment below the post. it’s usually can be done with an easy ways. Upps i say maybe two ways to embedded comment below the post.
Let’s try the first one:
- Go to Setting and Choose Formatting
- Choose Comments and look at comment form placement
- Then choose embedded below post
Now Check your blog, is it the comment form is below post yet? If it is, now we done to do it. congratulate for your success. Now enjoy the comment below post in your blog
But, if it is fail. Now we move to the next step.
- Go to your Layout
- Choose Edit HTML and click on Expand Widget Template
- Backup your blog first
- Now find this code, especially focusing at red code
<p class='comment-footer'>
<b:if cond='data:post.allowComments'>
<a expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</b:if>
</p>
5. Change these code with this code below
<p class='comment-footer'>
<b:if cond='data:post.embedCommentForm'>
<b:include data='post' name='comment-form'/>
<b:else/>
<b:if cond='data:post.allowComments'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</b:if>
</b:if>
</p></b:if>
6. Then save your template and it’s done
Well, it’s very useful if we have embedded comment below post cause visitor can easy to give a comment .
Have a nice try
0 comments:
Post a Comment