Sunday, October 28, 2012

Cloud Social Sharing Buttons For Blogger

In this tutorial im going to explain, how to add Nice cloud social network buttons for your blogger.Its easy to add.You can  add t his to your blog easily.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.

<ul class="bubblewrap">

<li><a href="http://www.plus.google.com/107955298793879607964"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbGpny9KNkC0Yo3BDQK032yW7dveLgZX-juTxAXBhWSEdE6XO21VaeX9wIduT3iF2BZPwJE8a67sE1EYF3I_lki3JUoNWqRkgQY-zGBAW7oMy9AGOds4zqDkPWwq0dfKgmGwtWm8qNWnI/s1600/bloggertrix.com-google-plus.png" title="Add to Facebook" /></a></li>

<li><a href="http://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjphDqYb3Oy84nqMvQBQFSunrBGW8UI_a40-adUrs1re6ik30FgyYt2cdrS9CxK4Lz6P7Sjkl_9pmKTs6Di-4036AcIwr7GHFlaTSZXUcYGX-dvJDGKtvxHqUTglPcamkJELYT2gkkfgeE/s1600/bloggertrix.com-facebook.png" title="Add to Facebook" /></a></li>

<li><a href="http://www.digg.com/Username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZvrkDWtutIVs3sf1kZMxkB3g_a9iUDFtqlruVUdNoQXoicEumdcutNLE4k8NQQJvdUNyEfbE1cELOkxQQ7FY3RZdZNQkTmj5_ivdxCslggb4qjOVd4i8Geo9G5g1KGhPmOW8M1Lt-mW0/s1600/bloggertrix.com-digg.png" title="Add to Digg" /></a></li>

<li><a href="http://www.twitter/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz7SHjCJIrUUWhiFkpTWA9Io_p_tVPKB1ObWEy8y8YBo4PvKUzriYYFJw6c7obRLHQWRzeojqWngHn9lezl53SuEvf17je0v3Limj2ULcdNEEGTSBBpYr7ibxBZ8jI_oNCUP3G90SEPeA/s1600/bloggertrix.com-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/AVvXsEjF4xFGzKY-2E1zt545IVzb7mnl7adp2yYXhDgOFORnW66HzmSsjUKrrGfxTL9lbIa_Q8PiZTYnEZ6S4M0TSgFIP6y82tY8A6DCufHrI492R9uS3U3X3ppj63GK4MGTqW626PfU_ixP8bY/s1600/bloggertrix.com-rss.png" title="Add RSS Feed" /></a></li>
</ul>
 *Replace urls as your like.

10. Now save your template. You are done.

3 comments:

  1. These social sharing icons look very nice. I'll try to add in my site too

    ReplyDelete
  2. wow...interesting article..keep in touch ya...visit me back

    ReplyDelete