If you use this hack,you can show Show Blogger Profile Images In Comments As Avatars.For your safety,first backup your blogger template.To Enable avatars in blogger/blogspot comments follow the steps below.If first method doesn't work for you,then follow the second method.
Method 1
1.Login to your blogger dashboard--> Settings- -> Comments.
2.Enable Show profile images on comments.
3.Now Click on "Save Settings" and you are done.
Method 2
1.Login to your blogger dashboard--> Settings- -> Comments.
2.Enable Show profile images on comments.
3.Now Click on "Save Settings".
4.Go to Layout- -> Edit HTML.
5.Click on "Expand Widget Templates".
6.Now search below code in your template.
NOTE: If you can find above code no problem.But if you can't find it then search:
or
in your template.
Now Replace it with:
7.Now find below code:
Note:You can see above code one or more time.
8.Now Replace every above code () with below code:
9.Now find ]]> tag in your template.
10.Copy below code and paste it just before ]]> tag.
/* Avatar */
.avatar-image-container img {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVaxy_40KgeaX0oW0ZXrsbZDhTGhv7CFl7vLJmiWNyjbbDJe-RdEoDvxSMrVQ7IFgwqmBNK6jdusUxYAiB9z9I9zV4fu9uwkxQfsHxTzV0BAR2uRZIXLV84MkIv2OvH3JyXLfnLNB4T5Gm/+avatar.png);
width:35px;
height:35px;
}
11.Save your template and you are done.
0 comments:
Post a Comment