Oct 8, 2012

Easy Add Social Sharing button to Blogger

How to Easy Add Social Sharing button to Blogger ?

Here is very simple and easy way to Add a beautiful CSS3 Social Sharing button to Blogger.to add this social sharing button just add below code as widget any where you want in your blogger layout

<style>
/* egytricks.com */
.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}
.bubblewrap li{
display:inline;
width: 60px;
height:60px;
}
.bubblewrap li img{
width: 40px; /* width of each image.*/
height: 40px; /* height of each image.*/
border:0;
margin-right: 4px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}
.bubblewrap li img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x*/
-webkit-transform:scale(1.8);
-o-transform:scale(1.8);
}
</style>
<ul class="bubblewrap">
<li><a href="https://plus.google.com/114310883525097681160/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDNb8-D64MgTtnJWJ7ebARejy1rQ_gB4_It3kKuFQ7ErU0ZYBhPpJw618V5ZI3rwoTe9LgYvTqpfDRPwSAx3nJhOby-duKFYH4pfMHFOjCpEVsm4qsPGHPN4zyWj7HYi8UxzGWt5ry3ZQ/s1600/bloggertrix.com-google-icon.png" title="Google pus" /></a></li>
<li><a href="http://www.facebook.com/sharp.vikash"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwztGq7TcVB9mupaxhONSiVGkOYRv5sIOHpOb18FOq3fCqDZRUXoeFv3RFWUOaOlrLjgJlC-ycKXbDtvIiTbgPfj-dPEidbdql4kBRAwG1vqllVbvVh_bi2KfZvYoBlz5gftAErJNhwec/s1600/bloggertrix.com-facebook-icon.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.digg.com/Username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2lrVUD3fLgq6mhlrnFom0dlFtIIGUVO5nOwfoo4Ix3Lbh77TNMi_0JsJVhkLqwhXtkNe-ymrE2POyc0lUbID4yjKWFTF4WlDiSsUwH6sfqQJWsKP6_pR_xl_sSDaxUOXclwdEaQfyOCk/s1600/bloggertrix.com-digg-icon.png" title="Add to Digg" /></a></li>
<li><a href="https://twitter.com/shiningvikash"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6v_wBBpAUaBoN50vhRxC2ryOHxiRKpgJ_P7lcRXTUHmp9yw2UadzaUH2YX9_RtUgYwJVP90aTc8xAjX-GscPzeyJCLRsD8FsCiw1GfkAogf2FIq91Qrm8GGINutIXislea9qIsMRwr9E/s1600/bloggertrix.com-twitter-icon.png" title="Add to Twitter" /></a></li>
<li><a href="http://feeds2.feedburner.com/1vikash"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjje3GOmCCrmhKbfH_JogZeYbeWX1DxCdeA6QZ4vy0dHfr6BZ_r155gikDQsEVNnEZ_ZmN-ShZdmDOyWeMgEWhbwcgkQvSI2irqYLIjswXYQZ5bQ3yTbVN2E7oet-khDv1k636FKD30IIE/s1600/bloggertrix.com-rss-icon.png" title="Add RSS Feed" /></a></li>
</ul>

And now change Highlighted Red URLS according to your Need ..

Subscribe Updates, Its FREE!

0 comments:

Post a Comment

 

Copyright @ 2013 EgyTricks.

Designed by Vikash | EgyTricks