Sunday, January 20, 2013

Retro Style Social Sharing Widget For Blogger

In this post  im  gonna  explain  how to add Retro 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. You can get social media post with similar widgets.
Retro+Style+Social+Sharing+Widget+For+Blogger
Demo

1. Log in to blogger  Design > Page Element.

2. Click Add Gadget and select 'HTML/Javascript

3.Now 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.plus.google.com/UserID"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja0kmxgWbzkHnORG2IzN-Yht1bpUCQogxVzXnnmTUNPGBnq5C3ew4Px4ujcWcwZK5yvBXsHieUo_HptXp-mbj-CxBGD0h1_XbLxvabmmx7iSbiAK5Hg4ToUB7eAuh1SIowkme5VeecdMs/s1600/bloggertrix-google-icon.png" title="Add to Facebook" /></a></li>

<li><a href="http://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGexMVVI74J97NMCosKmn5UEsknuqqBaDtyDcXOzPWWnadDzILnuSKCftottwr1VEbaM1Lb8Gs_-3oFAUbfE_rv2Dm3cyWUubmR0oMgBGfTh95m0IZEFuMY3l9jqWG3bJ7LT9-43nWspE/s1600/bloggertrix-facebook-icon.png" title="Add to Facebook" /></a></li>

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

<li><a href="http://www.twitter/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhlteiPb3tHqsl9-MGEob_XNapSKoq5RThAVNoQnlBK7oRAWQMXDeAmTjQccJNPw-KiGdqIIJp5V7K6QF9unYQp5Z1Kz1ctKYGJD8znj8zpQUxV1j4cLaU1TO8dkFn3byFJpImvBxVWAY/s1600/bloggertrix-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/AVvXsEjGJTAG-6zKD357pgAaB5ZXB_yJQbfMTEwUMnBArgvwRaIeXpQGQ4ARQJ90mKQRXmkeGsJOyUWIvRqp92OFHZ1Z9Rh3_5hMZBExfParc7fPmB_xop-FXBAcb4uIQR73d0dttNexJTWp2MU/s1600/bloggertrix-rss-feed-icon.png" title="Add RSS Feed" /></a></li>
</ul>

After paste above code
* Replace bloggertrix with your facebook username
*Replace bloggertrix  with your  twitter Username
*Replace UserId with Google plus id
*Replace bloggertrix with feedburner username
*Replace bloggertrix with pinterest username

4. Now save your HTML/Javascript'.

    You are done...

1 comment: