Saturday, April 6, 2013

Isometrica Social Media Sharing Widget For Blogger

In this post im gonna explain how to add Isometrica 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.
Isometrica+Social+Media+Sharing+Widget


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

3. Click Add Gadget and select 'HTML/Javascript

4. 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.digg.com/Username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJ5QtJbwDnTM7p13j-GJ4RPQAlm37GL6b9cQUk8in6lK9j0wC6ee6So2YBH9KCECq12jKxqMG-G3bduddg4s35ad4taV8cBK83gpFobOGpHoJVjnZgO-aybTH3d5EAu5XdqHMbjnPKlys/s1600/btrix-small-digg.png" title="Add to Digg" /></a></li>
<li><a href="http://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC_mLD8fUBsr39DOmvsmpJq7T8YrDHBaIJ8IAnt9EUVf7w6oOS4DBceUiiWPItQoFh-MvlT7PmyIH__REaQI44_vOapMioavSO1tSddr0FYJMruSorh3uqVVjeRJYfjk6K8WtDd6HVIcg/s1600/btrix-small-facebook.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.plus.google.com/username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvUCbYo6XWXR_AO10aCe86vurMBj5Nebe-hQnFbjrsGgFB5kQs_EX-k0r0HxtCdmI8EFGkPckT6ynO0oICyUT6Hi10T09dVFmbg7MQbQPhbUUQFbPyyx9kz60VIwjUxEaykz6XMm9nn60/s1600/btrix-small-google.png" title="Add to Digg" /></a></li>
<li><a href="http://www.twitter/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgptE0R7VXu041QHIc8mbkDbdsmX7H8SI4XBDDBiwUQNSrk0hirj-J1k96Hm-3Qgy7gQgC9l7kz9kMiX0YIzNYNYPLFa37auzvsnMeC8YHYrA0zrqXA2QwEknioSFe2HvPaXbNlh-biSWg/s1600/btrix-small-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/AVvXsEg7Xm8OT6aH0UpFmn_0c_w7q_v9q0-7fs4nf1HTwkYlsGH_ZlxSXL2wQWJcxv3-IZ0tJK6GLtyibIFrB_GBqh60HBpczmim90jwd0TzzpZ-FB7j2AbGaJSNfssxOtcGb0R4lG0CWjYwvnY/s1600/btrix-small-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 with digg username
*Replace bloggertrix with feedburner username
*Replace username with google plus username

5. Now save your HTML/Javascript'.You are done.

0 comments:

Post a Comment