Saturday, January 5, 2013

Star Style Social Sharing Widget For Blogger

Today im gonna explain how to add  Star Style Social Sharing  Widget For  Blogger with  nice
hover effect.Im using  CSS and HTML  for  this tutorial. Check  below  link  for  demo. You can
get  my  Earlier social network buttons from here
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: 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);
}

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.

<br />
<ul class="bubblewrap">
<li><a href="http://www.plus.google.com/107955298793879607964"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizVDIKGKfvG1QZIOFpaj79YObnaDagR-EspJ47PKAjo9rpNL_3y0bMqSZzJMO47eabDnuh67Xq2rlg-8M6wNW4fnO53c9MRQqQR7mcTVNbdJaScCkc6r8VZlpG0B2c2rN7GSC0Kzly9TE/s1600/bloggertrix_google.png" title="Add to Facebook" /></a></li>

<li><a href="http://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbIUZrBM2GpPvBmim7Gi49P6zlvt96V2hF0oQfY6fYPJDF-yCZvu8bjSz2mJy1fb3fwArWBKLhQEr7Uk9Mwu0XD8-9RMjcGa6dIswP1ehQFqLcKqvLowQ7VTVFp8UYPMVxaL0Na2h38QM/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/AVvXsEg9TSw0fhZuIrnV3O_uV5uTTjKmE6zApkwxSwJ1It0KNYDPZ0J3W5xkxesE1iZVF5SOjWfNyAScV8ZSabSPccRTohKCbee4jeUekq7GEJFiSfx7_jaY8cMyRd6Ldk-BNJ9BrKc9_aoeXas/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/AVvXsEj0L5n1PgSlhcMKWnnyt0_F16L5LBIgCytWtRt6KpiNMj2Ep3rbP7LcZa_5q_NWwuNJWw_7x12k1jjrFJYB789OYRRDLw9LhYKbOTUVvX2f1iM5x_l1Bf09CGvO9Aceqf_WV6wJ3R51F8g/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/AVvXsEiR0uJzj65f9Z0jTgN-9xNR2ERGXghrd58ArvkQJ-JrZDsGk3Cin0FtyaKYM5tHKBnO_xSooA3tPJ05x-HhSbS3sOxGNEBfJm6rTrodbDmluN0rvhGWCnV28cTLLWcbPkR3vgf1QLqwp6s/s1600/bloggertrix_rss.png" title="Add RSS Feed" /></a></li>
</ul>
 *Replace urls as your like.

10. Now save your template. You are done.

2 comments:

  1. Nice trick bro. thank you for sharing

    ReplyDelete
  2. Nice posting thanks for sharing this information

    ReplyDelete