Hi friends, today I have one more social sharing widget for blogger which is ice cube styled. So, I am going to tell you how to add ice cube sharing widget in blogger. On mouse hover, the cube gets enlarged. Let's start.
Follow The Steps Below:
- Login to your blogger account.
- Go to Layout > Add A Gadget > Add HTML/Javascrpt Gadget.
- Copy and paste this code in the content box:
<style>
/* ICE Cube Widget By www.pctricksguru.com */
.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/xxxxxx"><img src="http://3.bp.blogspot.com/-HVZUAFHSGf8/UUbl2v1G4NI/AAAAAAAAAUU/kBi8IDQQDIg/s1600/pctricksguru_linkedin.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.facebook.com/xxxxxx"><img src="http://3.bp.blogspot.com/-Z0XFJhHKZ9c/UUbl2byomJI/AAAAAAAAAUQ/1ZLp6NhA4d4/s1600/pctricksguru_facebook.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.stumbleupon.com/xxxxxx"><img src="http://1.bp.blogspot.com/-MrjJdaU1Q8I/UUbl3u23zqI/AAAAAAAAAUo/IU1ZOOYDgjQ/s1600/pctricksguru_stumble.png" title="Add to Digg" /></a></li>
<li><a href="http://www.twitter/xxxxxx"><img src="http://2.bp.blogspot.com/-fk3Zta6yVrk/UUbl3iCnw4I/AAAAAAAAAUs/FUFP_h_ig3k/s1600/pctricksguru_twitter.png" title="Add to Twitter" /></a></li>
<li><a href="http://feeds.feedburner.com/xxxxxx"><img src="http://3.bp.blogspot.com/-9r1Pj6XrsYY/UUbl3IOwLiI/AAAAAAAAAUg/7rMIwa4RWdk/s1600/pctricksguru_rss.png" title="Add RSS Feed" /></a></li>
</ul>
</center>
- Now save the widget and save the layout.
- Open your blog and see the ice cube styled social sharing buttons.
0 blogger:
Post a Comment