Monday, January 28, 2013

Ice Cubes Social Sharing Widget For Blogger

In this post im gonna explain  how to add Ice Cubes social   sharing  buttons  for  your blog.  This is just widget.  you can  add  it  to  your blog easily.  I just using Css  with  HTML.  Check   below demo  link.You can get social media post with similar widgets.

Ice+Cubes+Social+Sharing+Widget+For+Blogger


Demo

1. Log in to blogger  Design > Page Element.

2. Click Add Gadget and select 'HTML/Javascript

3.Now Paste Below code.

<style>
/* Bloggertrix  */
.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);
}</style>

<br />
<center>
<br />
<ul class="bubblewrap">
<li><a href="http://www.linkedin.com/Username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6GKVEZfHBBEO4E_R8Xn4kdQRAX1d-vhiH0xj1uZcCadlll0JVmTNaOu0Zdi47mQVSDvOK1rbvt4WW6EQBI15EIMMTt9wNcQKjjp1w89k3tjZN_ey5jzC7TcwS8F98lYNZ5zxMOqHrlRA/s1600/bloggertrix_linkedin.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK86d7nm4Khs_fx8EKhApi3YeAwweIOnLOdUSwRXU0sxGgxk4JboPPa1FgDkyMNzjVAKy5KgaJtXxd_0AZ4b7R81NEbcjTiSc4sqcEp0f0v3YsjSbBQAR4flP-rMw6eOwcw8CFTP8dCI8/s1600/bloggertrix_facebook.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.stumbleupon.com/username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglRkHHxmAK9kJYCFPZTGowKQGRn8IEI8I6Ae4pijI4iPwYcWXFuRmuhCANMSIHMMdnGczrO6TdzpceqHj8BC1nCllikDxLYAeV6HDQpVWojAyq6UZ4xugEzeplIr4JLD0vyCHPeeL-NDM/s1600/bloggertrix_stumbleupon.png" title="Add to Digg" /></a></li>
<li><a href="http://www.twitter/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieByMZauP1DATBUFAf8AeQTd9ABnBoCc58v6UKP7gfYJWlABO5EZBGruhiPL44NgKn2ZWvS_ee3y4Wj5XRGonWrC1ohpSB0PDcJ2SSE4jLtBoYB0aHZKDssNTX4ojwpIWU-_ilR5w4UZw/s1600/bloggertrix_twitter.png" title="Add to Twitter" /></a></li>
<li><a href="http://feeds2.feedburner.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirEFusr31_LWtm9U_XNO3CeOxtdzmO0PRe73CYarfUegjgp-H_NpB3vS5ERTI1to4BJezbvH9-1iUHM2GYLw6iYLlg9donxwKj__WIraIByl7lkFiTPH4c7nnvN45QUnYWNK7iS7EpoIM/s1600/bloggertrix_RSS.png" title="Add RSS Feed" /></a></li>
</ul>
</center>


After paste above code
* Replace bloggertrix with your facebook username
*Replace bloggertrix  with your  twitter Username
*Replace Username  Linkedin username
*Replace bloggertrix with feedburner username
*Replace bloggertrix with stumbleupon username

4. Now save your HTML/Javascript'.

    You are done...

3 comments:

  1. Nice Post, I will try to apply for my personal blog

    ReplyDelete
  2. Thanks you so much for the wonderful support and information you’ve shared. And i follow this tips. Great job keep it up...!

    ReplyDelete
  3. thanks for sharing this. so useful this tips

    ReplyDelete