Evet Arkadaşlar Elimde Blogger için entegre edilmiş sosyal ikonlar mevcut acaba bunu wordpress e uygun bir şekilde kodlayabilecek bir arkadaş varmı ?
/***** Social link*****/

ul.socialbar li,ul.socialbar li{
float: left;
margin-right: 0px;
margin-bottom:0px;
padding: 0px;
display:block;
width: auto;
background:#252525;
}
ul.socialbar li a, ul.socialbar li a, a.soc-follow {
display: block;
float: left;
margin: 0;
padding: 0;
width: 40px;
height: 40px;
margin-right: 2px;
margin-bottom:2px;
text-indent: -9999px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

a.soc-follow.dribbble {
background: url(http://3.bp.blogspot.com/-NmMcKECatSQ/U6V_5SbOF1I/AAAAAAAAAkM/PWAmCSVs_wA/s1600/dribbble.png) no-repeat 0 0;
}
a.soc-follow.dribbble:hover {
background-color: #ef5b92;
}

a.soc-follow.facebook {
background: url(http://reportage.wp-theme.pro/wp-content/themes/reportage/images/social/facebook.png) no-repeat 0 0;
}
a.soc-follow.facebook:hover{
background-color: #3b5998;
}
a.soc-follow.flickrs {
background: url(http://reportage.wp-theme.pro/wp-content/themes/reportage/images/social/flickr.png) no-repeat 0 0;
}
a.soc-follow.flickrs:hover {
background-color: #f1628b;
}

a.soc-follow.googleplus {
background: url(http://reportage.wp-theme.pro/wp-content/themes/reportage/images/social/googleplus.png) no-repeat 0 0;
}
a.soc-follow.googleplus:hover {
background-color: #d94a39;
}


a.soc-follow.linkedin {
background: url(http://reportage.wp-theme.pro/wp-content/themes/reportage/images/social/linkedin.png) no-repeat 0 0;
}
a.soc-follow.linkedin:hover {
background-color: #71b2d0;
}


a.soc-follow.twitter {
background: url(http://reportage.wp-theme.pro/wp-content/themes/reportage/images/social/twitter.png) no-repeat 0 0;
}
a.soc-follow.twitter:hover {
background-color: #48c4d2;
}
a.soc-follow.vimeo {
background: url(http://reportage.wp-theme.pro/wp-content/themes/reportage/images/social/vimeo.png) no-repeat 0 0;
}
a.soc-follow.vimeo:hover {
background-color: #62a0ad;
}

ul.socicon-2 li a:hover, ul.socicon li a:hover, a.soc-follow:hover {
background-position: 0 -40px;
}


buda diğeri