Tuesday, April 2, 2013

How To Add Sliding In-Out Social Sharing For Blogger



Social Sharing can help your blog to get more traffic and for this you need attractive and beautiful social sharing widget.In this post I will give you good looking social sharing widget by which you will get more like plus one and tweets on your post.This widget is very different from others be'coz it's a Sliding In-Out Social Sharing Widget which will embed at the bottom of your blog and you can easily use Slide IN OR OUT by clicking on it via mouse. It includes the 3D effect of social sharing button.

ADD SLIDING IN-OUT PRO SOCIAL SHARING WIDGET

    1.Log in to Blogger  Design > Page Element.
    2.Click Add Gadget and select 'HTML/Javascript
    3.Now Paste Below code.
<style type="text/css">
#mdfixedfootermain{
z-index:999999;
width:300px;
height:0px;
position:fixed;
bottom:0%;
right:5px
}
#mdfixedfooterdiv{
border-top:3px solid #444;
border-right:3px solid #444;
border-left:3px solid #444;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
background color:#d7d7d7;
overflow:none;
width:300px;
height:250px;
position:fixed;
bottom:0%;
right:5px;
background:#fff;
background:-moz-linear-gradient(top, #fff 0%,#e5e5e5 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
background:-webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%);
background:-o-linear-gradient(top, #fff 0%,#e5e5e5 100%);
background:-ms-linear-gradient(top, #fff 0%,#e5e5e5 100%);
background:linear-gradient(to bottom, #fff 0%,#e5e5e5100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#e5e5e5',GradientType=0 )}
#mdfixedfooterhide{
z-index:999999;
position: absolute;
bottom:250px;
right:5px;
width:285px;
height:25px;
cursor:pointer;
background-color:#fff;
padding-top:5px;
border-top:3px solid #444;
border-left:3px solid #444;
border-right:3px solid #444;
border-top-right-radius:5px;
border-top-left-radius:5px;
}
#mdfixedfootershow{
position:absolute;
bottom:0px;
right:5px;
    width:285px;
height:25px;
cursor:pointer;
background-color:#e5e5e5;
padding-top:5px;
border-top:3px solid #444;
border-left:3px solid #444;
border-right:3px solid #444;
border-top-right-radius:5px;
border-top-left-radius:5px
}
.mdfixedfooterdownarrow{
width:0;
height:0;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:10px solid #333
}
.mdfixedfooteruparrow{
width:0;
height:0;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid #333
}
.mdfixedfooterblockarrow{
width:8px;
height:10px;
background-color:#333
}
#mdfixedfootersocial{
position:absolute;
bottom:220px;
right:10px;
width:280px;
height:30px;
float:right
}
#mdfixedfootersocialicon{
position:absolute;
bottom:135px;
left:10px;
width:auto;
height:64px
}
#mdfixedfooteremailsubscribe{
position:absolute;
bottom:0px;
width:242px;
height:90px;
right:30px
}
.mdfixedfooteremailsubscribebox input.email{
padding:7px 10px 7px 10px;
font-family:"Arial","Helvetica",sans-serif;
width:218px;
font-size:12px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px
}
.mdfixedfooteremailsubscribebox input.subscribe{
-moz-box-shadow:inset 0px 1px 0px 0px #fff;
-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
box-shadow:inset 0px 1px 0px 0px #fff;
background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#f0f0f0),color-stop(1,#c9c9c9) );
background:-moz-linear-gradient( center top,#f0f0f0 5%,#c9c9c9 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',endColorstr='#c9c9c9');
background-color:#f0f0f0;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
color:#777;
font-family:arial;
font-size:13px;
font-weight:bold;
padding:6px 18px;
text-decoration:none;
text-shadow:1px 1px 0px #fff
}
.mdfixedfooteremailsubscribebox input.subscribe:hover{
background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#c9c9c9),color-stop(1,#f0f0f0) );
background:-moz-linear-gradient( center top,#c9c9c9 5%,#f0f0f0 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9',endColorstr='#f0f0f0');
background-color:#c9c9c9
}
</style>
<!--[if IE]>
<style>
.mdfixedfooteremailsubscribebox input.subscribe{
width:243px
}
</style>
<![endif]-->
<!--[if gte IE 9]>
<style type="text/css">
.gradient{
filter:none
}</style>
<![endif]-->
<div id="mdfixedfootermain">
<center id="mdfixedfootershow"onmouseup="document.getElementById('mdfixedfooterdiv').style.display='block'">
<table  style="margin-top:-2px;">
<tr>
<td>
<center style="color:#333;font-size:15px;font-weight:bold;">
Be Socialized And Subscribed
</center>
</td>
<td>
<center>
<div class="mdfixedfooteruparrow">
</div>
<div class="mdfixedfooterblockarrow">
</div>
</center>
</td>
</tr>
</table>
</center>
<div id="mdfixedfooterdiv">
<center id="mdfixedfooterhide"onmouseup="document.getElementById('mdfixedfooterdiv').style.display='none'">
<table  style="margin-top:-2px;">
<tr>
<td>
<center style="color:#333;font-size:15px;font-weight:bold;">
Be Socialized And Subscribed
</center>
</td>
<td>
<center>
<div class="mdfixedfooterblockarrow">
</div>
<div class="mdfixedfooterdownarrow">
</div>
</center>
</td>
</tr>
</table>
</center>
<div id="mdfixedfootersocial">
<center style="color:#333;font-size:12px;">
Recive All Latest And Hottest Articles,Tips And Tricks,Awesome Widgets Directly Into Your Inbox And Stay UpDate With Us...!!!
</center>
</div>
<div id="mdfixedfootersocialicon">
<table>
<tr>
<td>
<a href="https://www.facebook.com/bloggerhero">
<img height="48px"width="48px"title="Like Us On Facebook"alt="Facebook"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja8bEBK5umcLMT3_rqPtNk1AQGALQKnL-0Is9JxD5GHLAau5yfsUZcEBIKelMFLaH8Hne03vZjXo0gbF7G8yYW1ngE7sexshTEuhTtLOhJnkiG-ApUQ-ancmZD_ofDCtWfizPxN6ETZOti/s1600/MD-Facebook1.png"onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiinzn6G3dN0X0yas5aRzHBRCwwLQaOZhuyxi5Cjc4oCnI7lx1ypzkK633zxmCZ6vcHcvjiseLHrgGs8WacfAPOGIs67kAyIcjRPqfXZ9BijR63jy0hdGXg6DujYdibao8Wu7PvD66eiUnK/s1600/MD-Facebook2.png'"onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja8bEBK5umcLMT3_rqPtNk1AQGALQKnL-0Is9JxD5GHLAau5yfsUZcEBIKelMFLaH8Hne03vZjXo0gbF7G8yYW1ngE7sexshTEuhTtLOhJnkiG-ApUQ-ancmZD_ofDCtWfizPxN6ETZOti/s1600/MD-Facebook1.png'"/>
</a>
<br />
<a href="http://twitter.com/apslogo1">
<img height="48px"width="48px"title="Follow Me On Twitter"alt="Twitter"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeh3gBJHo362j-8_-juslJYAaO3dePt3kjOID0jvIbMJlVcYYQIzreODFUmhTTPjDYTy125OjyjxUJTokNMNItl51xLO549owIElDvFz228Swhse_52A6RAjcKhUpIkqRvjH2RW5OG_gDn/s1600/MD-Twitter1.png"onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilUZn_HIkgHKKRTihm37ulteQhDj-Gubs-wpj1jvivDZ6Ye9JxBnwsT0uqW9ybwp3_eK57s4Thy4G3-u5DyW5fgRTLMZ2r9Awv0dsy1BNaxxmcjgfkrUDpSrT97e3lGjJUd9bt9DZ-91Un/s1600/MD-Twitter2.png'"onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeh3gBJHo362j-8_-juslJYAaO3dePt3kjOID0jvIbMJlVcYYQIzreODFUmhTTPjDYTy125OjyjxUJTokNMNItl51xLO549owIElDvFz228Swhse_52A6RAjcKhUpIkqRvjH2RW5OG_gDn/s1600/MD-Twitter1.png'"/>
</a>
</td>
<td width="75px"valign="top">
<a style="font-size:12px;color:#333;font-weight:bold;"href="https://www.facebook.com/apslogo">Like Us On FaceBook
</a>
<br />
<br />
<a style="font-size:12px;color:#333;font-weight:bold;"href="https://www.twitter.com/jaa_09">Follow Us On Twitter
</a>
</td>
<td>
<a href="https://plus.google.com/115274917449549000798"><img height="48px"width="48px"title="Add Us To Your Circle"alt="Google Plus"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivT_SudJ3VQbYri2tNc2Ld1srlT14SYXUpfgk_PbUl9tQSTED-f0IJNcBX2I3hFebXXD72F94gkTUPrfBrgACGI9lSbO0ECps8H0qlfIimZd27lElZzduYeytGNGrnNsVJTzOo_GYy_9eF/s1600/MD-Google1.png"onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXeThRpW3S1_HB4nw5LiVddkdl3v55xMxz4n1JWCsyrBhl-4YMWWZzdRbBDXcu3jE09Q2r9u2e0mHWK7yETaQ0BGs51ZE_BaBqr0hI4kDOZu9A7AuW6do6Avs7WbZx4bymVD9T8XarDVcL/s1600/MD-Google2.png'"onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivT_SudJ3VQbYri2tNc2Ld1srlT14SYXUpfgk_PbUl9tQSTED-f0IJNcBX2I3hFebXXD72F94gkTUPrfBrgACGI9lSbO0ECps8H0qlfIimZd27lElZzduYeytGNGrnNsVJTzOo_GYy_9eF/s1600/MD-Google1.png'"/>
</a>
<br />
<a href="http://feeds.feedburner.com/blogspot/NMoMC">
<img height="48px"width="48px"title="Subscribe Our RSS"alt="RSS"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0L0kO9VdKkyQIVKHtW0oC2AKzHDpw81trCta5lWqOqj3Pk1jlNCDBaKKrxGXurPXG0Fp6cLHLC1LmrYGlCWSEciP__7W_WlRQGku3U47cKcXoK2FqJJIfls58YCZg8Zv81Dz6bDXlIvpy/s1600/MD-Feedburner1.png"onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtE86Y1aJ7aPoSJkdRH9lNVZ0Fnpxn0JK6p3Vil-sZIxwQno3nd8Y_yTW9lvC2VPlBhcITWLfjLsSo_Z-G3iXJU6qK1pMDlwznVN6k2dlb8qnq3FL-dO0HPR-LjHvJSozI0iamtkILgkbE/s1600/MD-Feedburner2.png'"onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0L0kO9VdKkyQIVKHtW0oC2AKzHDpw81trCta5lWqOqj3Pk1jlNCDBaKKrxGXurPXG0Fp6cLHLC1LmrYGlCWSEciP__7W_WlRQGku3U47cKcXoK2FqJJIfls58YCZg8Zv81Dz6bDXlIvpy/s1600/MD-Feedburner1.png'"/>
</a>
</td>
<td valign="top">
<a style="font-size:12px;color:#333;font-weight:bold;"href="https://plus.google.com/115274917449549000798">
Add Me <br />In Circle
</a>
<br />
<br />
<a style="font-size:12px;color:#333;font-weight:bold;"href="http://feeds.feedburner.com/blogspot/NMoMC">
Subscribe <br />Our RSS
</a>
</td>
</tr>
</table>
</div>
<div id="mdfixedfooteremailsubscribe">
<div class="mdfixedfooteremailsubscribebox">
<form action="http://feedburner.google.com/fb/a/mailverify"method="post"target="popupwindow"onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Techmma','popupwindow','scrollbars=yes,width=550,height=520');return true"><input class="email"type="text"id="email"name="email"value="Enter Your Email Here.."onfocus="if(this.value==this.defaultValue)this.value=&#39;&#39;;"onblur="if(this.value==&#39;&#39;)this.value=this.defaultValue;"/>
<input type="hidden"value="bloggerheroe"name="uri"/>
<input type="hidden"name="loc"value="en_US"/>
<br />
<input class="subscribe"name="commit"type="submit"value="Subscribe Our News Letter Now"/>
</form>
</div>
<center style="color:#333;font-size:8px;">
E-Mail Will Be Delivered By FeedBurner.
</center>
</div>
</div>
</div>

Click "Save". 
View your blog to see the widget.

MAKE THIS CHANGES

1.blogspot/NMoMC– Replace this with your feed title. You should also see this at the end of your subscription link url. Mine is blogspot/NMoMC as seen in this link: http://feeds.feedburner.com/blogspot/NMoMC
2.http://feeds.feedburner.com/blogspot/NMoMC – Replace this with your feedburner link.
3.http://twitter.com/apslogo1– Replace with your twitter profile link.
4.https://www.facebook.com/apslogo – Your facebook page or profile link here.
5.https://plus.google.com/115274917449549000798/ – Replace with your Google+ profile link.

Now If  You Enjoy This Post! Please Share It.

1 comments:

Copyright © 2012 Blogger Tips and Tricks All Right Reserved