Facebook'ta Paylaş
Twitter'da Paylaş
Google+ için paylaş butonu
Google+'da Paylaş
Pinterest'te Paylaş
Alttaki kodları da style.css nin en altına yapıştrabilirsin
.social a{
display:inline-block;
margin:10px 10px 5px 0;
padding:10px 15px;
color:#fff;
font-weight:bold;
text-align:center;
text-decoration:none;
border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;
}
/*Twitter*/
.twitter{
background:#9AE4E8;
}
/*Facebook*/
.facebook{
background:#3B5998;
}
/*Google Plus*/
.google-plus{
background:#D34836;
}