Sunday, October 7, 2012

CSS3 Social Network Buttons With Metro Style

This is a attractive CSS button effect to bloggers.Im using just CSS and HTML For this gadget.This include zoominghover style.Its look great to your blog. You can check below demo link for check it.Earlier buttons articles

metro style social buttons
Demo

1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Template" Like Below.

Select-template

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.

5.Find this code  by using Ctrl+F  ]]></b:skin>

6.  Paste below code Before ]]></b:skin> code

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

7. Go to blogger  and click drop-down like  1st step and select Layout

8. Click Add Gadget and select 'HTML/Javascript"

9. Paste below code.

<ul class="bubblewrap">
<li><a href="googleplus URL"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmh_E5aigrPPf1OkodYOxVGSty3fo7rKfaf7OV_qFlKwmQJdRQ9b_iDkvtN84XUTuqMJDX6BMyfBMBUeFrCGUQTqxqnbKd25Tci_6-cwMrpL8tvwO9JUDuR8-ArIHiH1XD7wDk1oRYCpQ/s1600/bloggertrix.com-google-icon.png" title="Google pus" /></a></li>
<li><a href="https://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh01iflWhz2HISgw_AUezb0HjFE10RfiJDvmUHd0SAMoCb6JQ8wwpEbqWDEkB0ramv9YD76_YXCMCVDJOkLhLloBlvvGK2r0t_Pc1iiAK8MUs4_tyr1RRIaZZu3nkwfmXOQ9kdLfkEowAM/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/AVvXsEj6l-ene83E1xc2JRzyKz1LjHlH6H8EDXkdj3RwhQezC3JQJkvm0qWmpX9WMo2Q8MJT0uWVnY97Wr2a7odudZ4U5fYCalNXKFKL61ZzKPuPO-RKMfUeAies8IsM0hGYulRk8rv3vccb2jE/s1600/bloggertrix.com-digg-icon.png" title="Add to Digg" /></a></li>
<li><a href="http://www.twitter/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJX4Oz0DF87EZkG_z9lycQ0qGdW2oQJkemK47F7yuvJJo6Rw8rcfby_hneZkaIb1rSm7qQLvBAYyfftXT0CmQN5JifsWfATfuW7DWYpxW6hZr44MGht8lMSuEb-MK512mfm5XchzTws5o/s1600/bloggertrix.com-twitter-icon.png" title="Add to Twitter" /></a></li>
<li><a href="http://feeds2.feedburner.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv-EiQyZwuqHGk3hj_r-L81y9ERA44rAw-EKfbcecpUzMmP1ylHF8P6N4uKW79kStYodLcOGGdpy14_8z_Nd2BufTFGnzeosKoTzbGvf_rfD1DCDjgUQX2SDwwzWfPIVpckaywU01Ll9A/s1600/bloggertrix.com-rss-icon.png" title="Add RSS Feed" /></a></li>
</ul>

 *Replace Button URL

10. Now save your template. You are done.

3 comments: