Hi Guys, in This Tutos i will Show You How to Change default Blogger anonymous avatar on threaded comments. After Blogger announced new feature of threaded comment, we still can costumize avatar for whose comment with 'anonymous' or 'Name/URL'. At first time Blogger using blank image http://img1.blogblog.com/img/blank.gif, so we can hack the template with background for avatar.
Now Blogger using avatar with URL http://img1.blogblog.com/img/anon36.png, and we can't hack this image with background. But we should use jQuery script to hack this.
To change default Blogger anonymous avatar, follow simple steps below :
- Go to Blogger Dashboard > Template
- Download a copy of it
- Click on Edit HTML
- Hit Proceed
- Check Expand Widget Templates
- Add This Code Just Before </body>
<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$("img[src='http://img1.blogblog.com/img/anon36.png']")
.attr('src', 'your-avatar-url-here')
.ssyby('blank')
</script>
- Replace Your avatar url Here with your avatar URL.
- Save Your Template.
0 comments:
Post a Comment