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.

Demo
1. Log in to blogger Design > Page Element.
2. Click Add Gadget and select 'HTML/Javascript
3.Now Paste Below code.
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...
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.

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="http://2.bp.blogspot.com/-LffgfsHnAj0/UPwQ23I0QAI/AAAAAAAAGas/-0InJDs-Cew/s1600/bloggertrix-google-icon.png" title="Add to Facebook" /></a></li> <li><a href="http://www.facebook.com/bloggertrix"><img src="http://2.bp.blogspot.com/-7w_IO2RiuAE/UPwQ2SXEnYI/AAAAAAAAGak/6PxOch3eQ44/s1600/bloggertrix-facebook-icon.png" title="Add to Facebook" /></a></li> <li><a href="http://www.pinterest.com/bloggertrix"><img src="http://3.bp.blogspot.com/-1otZEseg04g/UPwUW46qq-I/AAAAAAAAGbk/ycvQIf9iKdI/s1600/bloggertrix-pinterest-icon.png" title="Add to Digg" /></a></li> <li><a href="http://www.twitter/bloggertrix"><img src="http://2.bp.blogspot.com/-3x7cybjuGY0/UPwQ3_mdIKI/AAAAAAAAGa0/2S7L05Wssv4/s1600/bloggertrix-twitter-icon.png" title="Add to Twitter" /></a></li> <li><a href="http://feeds2.feedburner.com/bloggertrix"><img src="http://3.bp.blogspot.com/-4JDhfVVlW1U/UPwQ2iEcPtI/AAAAAAAAGao/kDO6rfj_-sg/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...
Really Nice Widget Its Cool Man ThanK you For Sharing
ReplyDelete