How To Add Admin Ribbon in Blogger Comments

How To Highlight Author Comments In Blogger - Create bloggers who are still asking questions about how to make a mark on the comments admin to facilitate visitors looking for where the comments admin This time I give tricks and how. 

How To Highlight Author Comments In Blogger

Blogger did not give permission in full to modify the full comment admin, then what if we want to make a comment different block comments administrator as a whole? In the past we could use conditional tags, but not anymore, 
so it's more easily we will use and exploit without javascript css ...

How To Add Admin Logo in Blogger Comments

okay go see this trick in : First open the template editor blogger search code the following tags in your template ...

<b:includable id='comments' var='post'>

and then find the code below in the comments area tag

<b:if cond='data:comment.authorUrl'>
  <a expr:href='data:comment.authorUrl' expr:title='data:comment.author' rel='nofollow' target='_blank'><data:comment.author/></a> 
   <b:else/>
  <data:comment.author/> 
</b:if>

after you find, place the following code under the code above
<span class='comment_author_flag'>Admin</span>
Then, add this code above ]]></b:skin>or </style>:

.comment_admin .comment_author_flag {display:inline;background:#bbb;font-size:13px;font-weight:normal;padding:2px 6px;margin-left:8px;color:#fff;border-radius:4px;text-transform:uppercase;letter-spacing:.1em}

to change the admin's background comments add css code following the above   ]]></b:skin>or </style>:
div.comment_inner.comment_admin {background:#394549;}
if in your template already exists, just change the color with a color display that you like by changing the value of thecurrent live see the outcome ... so just hopefully useful

Post a Comment

Previous Post Next Post