How to add 4 in 1 social subscribing slide out widget To Blogger?


One way is to get high number of subscribers and followers is to integrate different social networking widgets on your blog or website. So it is necessary for every Blogger to take benefit from these plugins.Today I am going to introduce a widget which contain 4 different networks Facebook, Google+, Twitter and Feedburner. This widget appear on right side of your blog and comes out on mouse hover.

How to add 4 in 1 social subscribing slide out widget To Blogger?
How to add 4 in 1 social subscribing slide out widget To Blogger

Steps you have to perform
1. Login to your blogger account. Navigate to "Layout" section of your blog.

How to add 4 in 1 social subscribing slide out widget To Blogger
2. Click on "Add a Gadget" and choose "HTML/JavaScript" widget.

How to add 4 in 1 social subscribing slide out widget To Blogger


3. Copy down below code and paste into widget text area. Make changes to the usernames on the basis of matching color.

<style>img, a {    border: 0;  }  #on {    visibility: visible;  }  #off {    visibility: hidden;  }  #facebook_div {    width: 235px;    height: 236px;    overflow: hidden;  }  #twitter_div {    width: 246px;    height: 240px;    overflow: hidden;  }  #google_plus_div {    width: 290px;    height: 250px;    overflow: hidden;    margin-left: 5px;    margin-top: 1px;  }#STfeedburner_div {    width: 300px;    height: 120px;    overflow: hidden;    margin-top: 5px;    margin-left: -4px;  }#ST_div {    width: 300px;    height: 97px;    overflow: hidden;  }  /* right side style Www.FunWithTricks.Com */   #facebook_right {    z-index: 10005;    border: 2px solid #3c95d9;    background-color: #fff;    width: 235px;    height: 236px;    position: fixed;    right: -239px;  }#facebook_right img {    position: absolute;    top: -2px;    left: -35px;  }#facebook_right iframe {    border: 0px solid #3c95d9;    overflow: hidden;    position: static;    height: 236px;    left: -2px;    top: -3px;  }#twitter_right {    z-index: 10004;    border: 2px solid #6CC5FF;    background-color: #6CC5FF;    width: 250px;    height: 240px;    position: fixed;    right: -254px;  }#twitter_right_img {    position: absolute;    top: -2px;    left: -35px;    border: 0;  }  #google_plus_right {    z-index: 10003;    background-color: #F2F2F2;    border: 2px solid #006ec9;    border-top: 2px solid #0056a0;    border-bottom: 2px solid #0056a0;    border-right: 2px solid #0056a0;    border-left: 2px solid #0056a0;    width: 290px;    height: 250px; position: fixed; right: -294px;  }#google_plus_right_img {    position: absolute;    top: -2px;    left: -33px;    border: 0;  }#feedburner_right {    z-index: 10003;    background-color: #fefefe;    border: 2px solid #5b5b5b;    border-top: 2px solid #5b5b5b;    border-bottom: 2px solid #5b5b5b;    border-right: 2px solid #5b5b5b;    border-left: hidden;    width: 300px;    height: 97px;    position: fixed;    right: -304px;  }#feedburner_right_img {    position: absolute;    top: -2px;    left: -33px;    border: 0;  }#ST_right {    z-index: 10003;    border: 2px solid #303030;    background-color: #fff;    width: 300px;    height: 97px;    position: fixed;  }#ST_right img {    position: absolute;    top: -1px;    left: -101px;  }  /* left side style  Www.FunWithTricks.Com */   #facebook_left {    z-index: 10005;    border: 2px solid #3c95d9;    background-color: #fff;    width: 235px;    height: 236px;    position: fixed;    left: -239px;  }  #facebook_left img {    position: absolute;    top: -2px;    right: -35px;  }#facebook_left iframe {    border: 0px solid #3c95d9;    overflow: hidden;    position: static;    height: 236px;    right: -2px;    top: -3px;  }#twitter_left {    z-index: 10004;    border: 2px solid #6CC5FF;    background-color: #6CC5FF;    width: 246px;    height: 240px;    position: fixed;    left: -254px;  }  #twitter_left_img {    position: absolute;    top: -2px;    right: -35px;    border: 0;  }#google_plus_left {    z-index: 10003;    background-color: #006ec9;    border: 2px solid #006ec9;    border-top: 2px solid #0056a0;    border-bottom: 2px solid #0056a0;    border-left: 2px solid #0056a0;    border-right: 2px solid #0056a0;    width: 290px;    height: 120px;    position: fixed;    left: -294px;  }#google_plus_left_img {    position: absolute;    top: -2px;    right: -33px;    border: 0;  }#feedburner_left {    z-index: 10003;    background-color: #fefefe;    border: 2px solid #5b5b5b;    border-top: 2px solid #5b5b5b;    border-bottom: 2px solid #5b5b5b;    border-left: 2px solid #5b5b5b;    border-right: hidden;    width: 300px;    height: 97px;    position: fixed;    left: -304px;  }#feedburner_left_img {    position: absolute;    top: -2px;    right: -33px;    border: 0;  }  #ST_left {    z-index: 10003;    border: 2px solid #303030;    background-color: #fff;    width: 300px;    height: 97px;    position: fixed;  }  #ST_left img {    position: absolute;    top: -2px;    right: -101px;  }.box-title1 {    border: 1px solid #ddd;    /*border-radius*/    -webkit-border-radius: 6px;    -moz-border-radius: 6px;    border-radius: 6px;    /*box-shadow*/    -webkit-box-shadow: 5px 5px 5px #CCCCCC;    -moz-box-shadow: 5px 5px 5px #CCCCCC;    box-shadow: 5px 5px 5px #CCCCCC;    padding: 10px;    margin: 10px 0;  }  .enteryouremail { background: #fff !important; border: 1px solid #d2d2d2;    padding: 0px 8px 0px 8px;    color: #a19999;    font-size: 12px;    height: 25px;    width: 165px;    /*border-radius*/    -webkit-border-radius: 5px;    -moz-border-radius: 5px;    border-radius: 5px;  margin: 0px;  }.submitbutton {  background: #FF8000;    border: 1px solid #F66303;    /*box-shadow*/    -webkit-box-shadow: 3px 3px 3px #666;    box-shadow: 3px 3px 3px #666;    font: bold 12px Arial, sans-serif;    color: #000000;    height: 25px;    padding: 0 12px 0 12px;    margin: 0 0 0 5px;    /*border-radius*/    -webkit-border-radius: 5px;    border-radius: 5px;    cursor: pointer;  }</style><script src="http://code.jquery.com/jquery-latest.js"></script>  <script src="http://apis.google.com/js/plusone.js" type="text/javascript"></script>  <script type="text/javascript">  jQuery(document).ready(function ()  {jQuery("#facebook_right").hover( function () { jQuery(this).stop(true,          false).animate( { right: 0  }, 500);  }, function () {  jQuery("#facebook_right").stop( true, false).animate(  {  right: -239 }, 500);  }); jQuery("#twitter_right").hover( function () { jQuery(this).stop(true, false).animate(  { right: 0 }, 500); }, function () { jQuery("#twitter_right").stop( true, false).animate( { right: -254 }, 500);  });    jQuery("#google_plus_right").hover( function (){ jQuery(this).stop(true, false).animate( {  right: 0 }, 500); },  function () { jQuery("#google_plus_right").stop(  true, false).animate(  {  right: -294 },  500); }); jQuery("#feedburner_right").hover(  function (){ jQuery(this).stop(true, false).animate( { right: 0 }, 500); }, function (){ jQuery("#feedburner_right").stop( true, false).animate( { right: -304  },  500); }); }); </script>
<br /><div id="on"><div id="facebook_right" style="top: 8%;"><div id="facebook_div"><img alt="" src="https://lh3.googleusercontent.com/-c7j_1v090V4/UeWimQZ4dlI/AAAAAAAADBk/KbauGwsNp50/s101/fbfloat.jpg" />  
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Ffunwithtricks&amp;width=250&amp;height=250&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false" style="border: none; height: 250px; overflow: hidden; width: 250px;"></iframe></div></div></div><div id="on"><div id="twitter_right" style="top: 25%;"><div id="twitter_div"><img id="twitter_right_img" src="https://lh6.googleusercontent.com/-fem0XHsZeko/UiHzVpUe2yI/AAAAAAAADYM/wgckwn8YALw/s101/twitter-icon.png" /><br /><div style="font-size: 8px; text-align: right; width: 248px;"><script type="text/javascript"> document.write(unescape("%3Cscript src='http://twitterforweb.com/twitterbox.js?username=funwidtricks&settings=0,1,2,248,279,ffffff,0,c4c4c4,101010,1,1,336699' type='text/javascript'%3E%3C/script%3E" ));</script> <a href="http://www.funwithtricks.com/" target="_blank"></a></div></div></div></div><div id="on"><div id="google_plus_right" style="top: 42%;"><div id="google_plus_div"><img id="google_plus_right_img" src="https://lh6.googleusercontent.com/-_YBxSrlK_eI/UiHzV87NEkI/AAAAAAAADYQ/3OVaGl1x1NM/s101/googleplus.png" /> <br /><div style="float: left; margin: 10px 10px 10px 0;"><div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/+Funwidtricks" data-source="blogger:blog:followers" data-width="270"></div><script type="text/javascript"> (function () { window.___gcfg = { 'lang': 'en' }; var po = document.createElement('script'); po.type ='text/javascript'; po.async = true;  po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore( po, s); })();</script></div></div></div><div id="on"><div id="feedburner_right" style="top: 59%;"><div id="STfeedburner_div"><center> <h4 style="color: #f66303;">You can also receive Free Email Updates:</h4><form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=funwithtricks', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow"><input class="enteryouremail" gtbfieldid="10" name="email" onblur="if (this.value == '') {this.value = 'Enter your email here...';}" onfocus="if (this.value == 'Enter your email here...') {this.value = '';}" type="text" value="Enter your email here..." /> <input name="uri" type="hidden" value="funwithtricks" /><input class="submitbutton" type="submit" value="Submit" /></form></center><img id="feedburner_right_img" src="https://lh6.googleusercontent.com/-RsCL6J1l61c/UiHzWT-zuDI/AAAAAAAADYY/-0sHiOuLJdM/s101/subscribe-icon.png" /> <br /><div style="float: right; margin: 0px; padding: 15px;"><span style="font-size: 3px;">Widget bt<a href="http://www.funwithtricks.com/" rel="nofollow">FWT</a></span> </div></div></div></div></div>

Facebook: Change funwithtricks with your fan page username.
Twitter: Change funwidtricks with Twitter username.
Google plus: Change Funwidtricks with Google plus page user id.
Feedburner: Change funwithtricks with your feedburner id.

4. Done! Now save the arrangement.


Link your website with us for free!



author

About Author

I’m Vinay Vernekar , a young Entrepreneur and a Technology blogger, currently living in Kolhapur, Maharashtra, India. Founder and Main author of Fun With Tricks. I am also running web hosting services at Host With Us and King Of Web Host. if you like this article, pin it with social media, subscribe to our newsletter. Follow me on Google Plus, Facebook, Linkedin and Twitter.

Know more about me!

Mail me your quries at admin@funwithtricks.com

Get Free Email Updates to your Inbox!

Post a Comment

You are always welcome to leave valuable feedback!