How to Enable wordpress Avatars in blogger/blospot.
Follow simple and easy step to adding this trick in your blog ---->>>>
* First go to your blogger Dashboard and click in Setting tab.
* After above step click in Comments tab.
* Now click To save your Coments settings.
* After Above step Go go your blogger Dashboard
* And click in Design tab And edit HTML.
* Click in small box to expand your blogger Template.
* Now find this code ]]</b:skin> by CTRL+F key.
* Copy below code and paste before ]]</b:skin>
/* Wordpress Avatar for Blogger/Blogspot*/ .avatar-image-container img { background:url(http://santabanta.mywapblog.com/files/wordpress.jpg); width:34px; height:34px; }
* Now find Below code By CTRL+F key easily.
<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
OR
<div id='comments-block'>
* Now replace above code by Below giving code ok.
dl expr:class='data:post.avatarIndentClass' id='comments-block'>
* Again find below code again--->>>>
<a expr:name='data:comment.anchorName'/>
* Now replace above code by below code ok--->>>>
<b:if cond='data:comment.favicon'> <img expr:src='data:comment.favicon' height='15px' style='margin-bottom:-2px;' width='15px'/> </b:if> <a expr:name='data:comment.anchorName'/> <b:if cond='data:blog.enabledCommentProfileImages'> <div expr:class='data:comment.avatarContainerClass'> <data:comment.authorAvatarImage/> </div> </b:if>
* Now click To save your blogger Template now you are done...Cheers friends
0 Responses So Far: