Today i am sharing hwo to high light Author comments in blogger. Comments are the best way to make good relation ship with visitor they are highly inspire if author reply there comments by continuely. as well as comment system is also very helpfull for better SEO and Blog health.
How To Highlight Author Comments In Blogger
- Sign In to Blogger Dashboard
- Go to Template -> Edit HTML
- Find </body> and copy the following code above it
<script type="text/javascript">
$(function() {
function highlight(){
$('.user.blog-author,.ssyby').closest('.comment-block')
.css('border', '1px solid #e1e1e1')
.css('background','#f1f1f1 url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1uqK98m0ESWedBUBg-bQh6Rm3Q0v1iU5BQsh0bFAHRBU10AqNiUODQ_N1HJOAh125pGajXn3NexS4MXxqbBuySC-1IM7zrumURk8GOvS01vYjanrr-XoQCRJokg3d3teZ1gx_h0gdcMQ/s1600/admin_comment1.png") no-repeat bottom right')
.css('padding', '10px');
}
$(document).bind('ready scroll click', highlight);
});</script><a style="display:none" href="http://tonyisright.blogspot.com">Blogger Widgets</a>
- Click Save.
Congratulations you are done. Please share this articles with you friend and stay tuned more Tips and widgets are waiting for you.


No comments:
Post a Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.