20 Ways To Make $5000+ From Home. Earn Now!

Table of Content

Social Media Black Gloss Sharing Buttons Widget

Black Gloss Social Sharing Buttons For Blogger,social media follow,join us sharing icons with cool nice hover effect attractive social sharing box widget with css and html using.
Social Media Black Gloss Sharing Buttons Widget
In this tutorial i'm going to explain how to add black gloss social media sharing buttons/icons to your blog or website with a very cool hover effect.from this social media sharing widget you easily add attractive look to your blog or website.its give awesome look,using CSS and HTML for this gadget.





DEMO


1.Log in to blogger account.
2.Now select "Template".
3.Click EDIT HTML Button.
4.Find this code  by using Ctrl+F  ]]></b:skin>
5.Paste below code Before ]]></b:skin>
/* Bloggersstand */
.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}
.bubblewrap li{
display:inline;
width: 60px;
height:60px;
}
.bubblewrap li img{
width: 50px; /* width of each image.*/
height: 50px; /* 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);
}

6.Go to blogger and select Layout
7.Click Add Gadget and select 'HTML/Javascript"
8.Paste below code.
<ul class="bubblewrap">
<li><a href="http://www.plus.google.com/115587840274121878323"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4r9Yeau6t5HtrkwQ1ApzMeVbmUyi6hfSPJf3jK_rCadWAIYKUFkPNOtj9HJElALrWroslYTtfA3wkQd3ycUoL7GYYKJd1tMTbK3aRBnec3s2lSB1Mvzv3e7Nw7tNwC6D3H6WeNdHcrE4/s1600/bloggertrix-google-icon.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.facebook.com/bloggersstand"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9czlHQBB7T6WEEEtJ7ofoYhaEkKiwHYYSnHF2mBcdgKn7sC7_eeF87b4KOhmpzzL8xPG-XA2m0cB0f2jkVM5NlN4ZFtRgJIpHUZRby7VtO89_xcJGI2kK7BO157LMSk1r65CwMSE2Xus/s1600/bloggertrix-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/AVvXsEiMmrQIBqgQKU7VqoaqzDIU1m3ClRPIFuLDaiK8ULCHbwRvwjwsQJr2ZzA_OyO3I9D-VjwrWli6Fsw8tf_5xjGNPuGQCquTnxTw_JEATjkSIuakPpMs2XMsHVafqfC8Cx0LCgyiYXJDqfY/s1600/bloggertrix-digg-icon.png" title="Add to Digg" /></a></li>
<li><a href="http://www.twitter/bloggersstand"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3deJH-bSizLj2evkKQF4p4Ei4OE9zzOiJYrqJpVE3GEFEtMBr78HDSnMKLyQFj4mGjP0qfQM7FQjb5j5Qiqpy03PToW_YIg3XRMlvz3-eKmLaFRjkNqdkfgQVAVaolNuLiDggF0rJx1I/s1600/bloggertrix-twitter-icon.png" title="Add to Twitter" /></a></li>
<li><a href="http://feeds2.feedburner.com/bloggersstand"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4LUPTumlcMDv45pscHUFvh9ZVTUE3KisWs1avH9gO-ertxpc921O192DrR57whVPF5PnO9Ui2qmFLL9cXqeUhzyPDxkWhv8XOujhBXhrwbx4dnKy8AKo2g4exvDGvCWpU3UX8iV-o5wQ/s1600/bloggertrix-rss-icon.png" title="Add RSS Feed" /></a></li>
</ul>

  • Change bloggersstand with your Feedburner ID .
  • Change bloggersstand with your Facebook username.
  • Change bloggersstand with your Twitter Username.
  • Change Username with your DiggUsername.
  • Change 115587840274121878323 with your google plus id.

9. Now save your 'HTML/Javascript'. Done !

Post a Comment