Wednesday, October 22, 2014

Highlight author comments in blogger

How to Highlight author comments in blogger

Highlight author comments in blogger


Highlight author comments in blogger



All the bloggers want to highlight or style their comments and to attract the visitors as comments play a good role for blogs. If you have a good blog then you would be getting many comments and then you want to reply them but what if their are too may comments in a single post then this widget will help you to highlight your comments. This widget will simply add admin image as shown in 2nd image above on the right side of the admin comment. The admin image is very beautiful and you can also customize it according to yourself.

Highlight Author comments in blogger-

  • Select a blog then Template than click Edit html to open the coding of your blog.
  • Press Ctrl+f to find </body>
  • Paste this code above </body>



<script type="text/javascript">
    $(function() {
      function highlight(){
        $(&#39;.user.blog-author,.ssyby&#39;).closest(&#39;.comment-block&#39;)
          .css(&#39;border&#39;, &#39;1px solid #e1e1e1&#39;)
          .css(&#39;background&#39;,&#39;#f1f1f1 url(&quot;http:https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb3L3PeIhV5foCK5U0yIZevhAYRfniyqKXkH2PUAsP001gXBzSHf9FOesJUWRSieXQjv104yBMDWcYqBvteIYvH3U8PD1cw2LmRi-0_pOJjsem_Y4QOoS_V99VMJzn46WxoLZD2Oh4uKM/s1600/admin_comment1.png&quot;) no-repeat bottom right&#39;)
          .css(&#39;padding&#39;, &#39;10px&#39;);
          }
          $(document).bind(&#39;ready scroll click&#39;, highlight);
                       });</script><a style="display:none" href="http://ngtechzone.blogspot.com">Blogger Widgets</a>


  • Click save
Done Enjoy highlighting your author comments in blogger
Don't forget to share this Post


Related: Recent Comments widget

2 comments:

PLEASE NOTE:
We have Zero Tolerance to Spam. Spammy Comments and Comments with Links will be deleted immediately upon our review.
For More Rules Read Our Comment Policy