Add 3 In 1 Slide Out Follower Box Widget to Blogger

Mahi7ete | 15:16 | 0 comments

BLOGGER TUTORIAL AND TRICKS N0-22



I shared Animated Flash Label Cloud widget. Today I'm going to release another Awesome blogger widget that contain all the 3 Big Social Network(Facebook, Twitter, Google Plus) jQuery Slide Out Widget For Your Blog & Website To Increase Your Social Fans.

So we have three different Pop up Like Boxes which appears on hover on little image that are at right sidebar on you blog.

One of the best ways to increase your Social fans is to add the Jquery Pop-up Social Box to your Blog. Once this widget is installed on your blog, your visitors will be shown a slide out box with the option to like your Facebook Page, or want to follow on Twitter, or want to add you in there circle whenever they visit your blog. Advantages this widget is to free space on the page. Because if you add all of these widget on your site/blog, it will take a huge space that will make your visitor angry, It can prevent website normal as the box. Static widget as soft box with jQuery effect of activation for the blogger, this is another cool control. Here I have added as the box with simple jQuery hover effect.

FEATURES:

1.) J-Query/JavaScript Widget.
2.) Slide-Out On Hover.
3.) Awesome And Stylish.
4.) Facebook Like Box Included.
5.) Twitter Followers Box Included.
6.) Google Plus Follower Box Included.
7.) Sliding Effect Enabled.
8.) Slide Out On Hove And Get Back On Mouse Out.

HOW TO ADD THIS GADGET TO BLOGGER?
Login to your Blogger account.
Go to Design > Page Elements.
Click Add A Gadget.
In Add A Gadget window, select HTML/Javascript .
Copy the code below and paste it inside the window.
Click Save.

-------------------------------------------------CODE----------------
 <style>img, a { border: 0;}#on { visibility: visible;}#off { visibility: hidden;}#facebook_div { width: 196px; height: 340px; 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;}#NBT_div { width: 300px; height: 97px; overflow: hidden;}/* right side style */ #facebook_right { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 353px; position: fixed; right: -200px;}#facebook_right img { position: absolute; top: -2px; left: -35px;}#facebook_right iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; left: -2px; top: -3px;}#twitter_right { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 240px; position: fixed; right: -250px;}#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;}#NBT_right { z-index: 10003; border: 2px solid #303030; background-color: #fff; width: 300px; height: 97px; position: fixed;}#NBT_right img { position: absolute; top: -2px; left: -101px;}/* left side style */ #facebook_left { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 250px; position: fixed; left: -200px;}#facebook_left img { position: absolute; top: -2px; right: -35px;}#facebook_left iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; right: -2px; top: -3px;}#twitter_left { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 250px; position: fixed; left: -250px;}#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: 250px; position: fixed; left: -294px;}#google_plus_left_img { position: absolute; top: -2px; right: -33px; border: 0;}</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: -200  }, 500); }); jQuery("#twitter_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#twitter_right").stop(true, false).animate({   right: -250  }, 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); });});</script></span></b><br /><div id="on"> <div id="facebook_right" style="top: 12%;">  <div id="facebook_div">   <img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR74KJQUT4bx5t46asadb0fr_2SQjr_jwEVW-UqA0jKhb8vR7i6LeOVNxa1_2R7RgaFLr9wvztcxb8ZFbBcBTScqmf1jqEYIxjl2rdgGG6ta6KQMVtu3Ezy_Pp_EQBOVcpK9rVUpeudQGw/s1600/NBTfacebook_right.png" />   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FFaceBook Page ID&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false"   style="border: none; height: 346px; overflow: hidden; width: 200px;"></iframe>  </div> </div></div><div id="on"> <div id="twitter_right" style="top: 28%;">  <div id="twitter_div">   <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM73fWev9ch_I-Ht2ELVk5wXFORyvyNn6IfvGAwH46L8mLeZrpaNm_kN3EkYBsJVwIfFWfeZ8Gcab19orteAiKCnfnjxUJzII-DmW-Sh6JyJDs0gXqyiKTvKD0WXweUcd2O94GWVe4J3M5/s1600/NBTtwitter_right.png" />   <script type='text/javascript'>function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='<iframe name="fbfanIFrame_0" frameborder="0" allowtransparency="true" src="http://s.moopz.com/connect.html?user='+screen_name+'" class="FB_SERVER_IFRAME" scrolling="no" style="width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "></iframe>';}</script>  <div id="twitterfanbox">  <script type="text/javascript">fanbox_init("Twitter Username");</script>  </div> </div></div><div id="on"> <div id="google_plus_right" style="top: 45%;">  <div id="google_plus_div">   <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ZOlUV0KX4jC6DnPmZxGtrp9J8wpAprw1qOhN-0oBJyxokNGXlZP4Nr4TTReD9LhAgza_4CUxcDoLLYdI91RWaUtZfzKxiRYGyxs4hBJFnRWJeIB-Nev1TXGdgg2ihREVxah6I8_PC8k/s1600/NBTgoogle_plus_right.png" />   <div style="float: left; margin: 10px 10px 10px 0;">     <a href='http://newbloggertips.com'><img alt='Tips Tricks And Tutorials' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibPHZlXk6-EW2Eb6kFW6ZPJz5nQq5-4-_pJSzBAkUhGOjCIQsjLEzb0Fdo0n0qECUwmk0jPCraGlcTRL9nJplGHmg-23U-nwJyxfe6SjLU83kyNbu-kn1EUDEp12PUe8UdjyWvaF2gQtwU/s1600/best+blogger+tips.png'/></a>  <div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/Google Plus ID" 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>  <style>img, a { border: 0;}#on { visibility: visible;}#off { visibility: hidden;}#facebook_div { width: 196px; height: 340px; 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;}#NBT_div { width: 300px; height: 97px; overflow: hidden;}/* right side style */ #facebook_right { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 353px; position: fixed; right: -200px;}#facebook_right img { position: absolute; top: -2px; left: -35px;}#facebook_right iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; left: -2px; top: -3px;}#twitter_right { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 240px; position: fixed; right: -250px;}#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;}#NBT_right { z-index: 10003; border: 2px solid #303030; background-color: #fff; width: 300px; height: 97px; position: fixed;}#NBT_right img { position: absolute; top: -2px; left: -101px;}/* left side style */ #facebook_left { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 250px; position: fixed; left: -200px;}#facebook_left img { position: absolute; top: -2px; right: -35px;}#facebook_left iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; right: -2px; top: -3px;}#twitter_left { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 250px; position: fixed; left: -250px;}#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: 250px; position: fixed; left: -294px;}#google_plus_left_img { position: absolute; top: -2px; right: -33px; border: 0;}</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: -200  }, 500); }); jQuery("#twitter_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#twitter_right").stop(true, false).animate({   right: -250  }, 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); });});</script></span></b><br /><div id="on"> <div id="facebook_right" style="top: 12%;">  <div id="facebook_div">   <img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR74KJQUT4bx5t46asadb0fr_2SQjr_jwEVW-UqA0jKhb8vR7i6LeOVNxa1_2R7RgaFLr9wvztcxb8ZFbBcBTScqmf1jqEYIxjl2rdgGG6ta6KQMVtu3Ezy_Pp_EQBOVcpK9rVUpeudQGw/s1600/NBTfacebook_right.png" />   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FFaceBook Page ID&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false"   style="border: none; height: 346px; overflow: hidden; width: 200px;"></iframe>  </div> </div></div><div id="on"> <div id="twitter_right" style="top: 28%;">  <div id="twitter_div">   <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM73fWev9ch_I-Ht2ELVk5wXFORyvyNn6IfvGAwH46L8mLeZrpaNm_kN3EkYBsJVwIfFWfeZ8Gcab19orteAiKCnfnjxUJzII-DmW-Sh6JyJDs0gXqyiKTvKD0WXweUcd2O94GWVe4J3M5/s1600/NBTtwitter_right.png" />   <script type='text/javascript'>function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='<iframe name="fbfanIFrame_0" frameborder="0" allowtransparency="true" src="http://s.moopz.com/connect.html?user='+screen_name+'" class="FB_SERVER_IFRAME" scrolling="no" style="width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "></iframe>';}</script>  <div id="twitterfanbox">  <script type="text/javascript">fanbox_init("Twitter Username");</script>  </div> </div></div><div id="on"> <div id="google_plus_right" style="top: 45%;">  <div id="google_plus_div">   <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ZOlUV0KX4jC6DnPmZxGtrp9J8wpAprw1qOhN-0oBJyxokNGXlZP4Nr4TTReD9LhAgza_4CUxcDoLLYdI91RWaUtZfzKxiRYGyxs4hBJFnRWJeIB-Nev1TXGdgg2ihREVxah6I8_PC8k/s1600/NBTgoogle_plus_right.png" />   <div style="float: left; margin: 10px 10px 10px 0;">     <a href='http://newbloggertips.com'><img alt='Tips Tricks And Tutorials' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibPHZlXk6-EW2Eb6kFW6ZPJz5nQq5-4-_pJSzBAkUhGOjCIQsjLEzb0Fdo0n0qECUwmk0jPCraGlcTRL9nJplGHmg-23U-nwJyxfe6SjLU83kyNbu-kn1EUDEp12PUe8UdjyWvaF2gQtwU/s1600/best+blogger+tips.png'/></a>  <div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/Google Plus ID" 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>  <style>img, a { border: 0;}#on { visibility: visible;}#off { visibility: hidden;}#facebook_div { width: 196px; height: 340px; 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;}#NBT_div { width: 300px; height: 97px; overflow: hidden;}/* right side style */ #facebook_right { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 353px; position: fixed; right: -200px;}#facebook_right img { position: absolute; top: -2px; left: -35px;}#facebook_right iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; left: -2px; top: -3px;}#twitter_right { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 240px; position: fixed; right: -250px;}#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;}#NBT_right { z-index: 10003; border: 2px solid #303030; background-color: #fff; width: 300px; height: 97px; position: fixed;}#NBT_right img { position: absolute; top: -2px; left: -101px;}/* left side style */ #facebook_left { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 250px; position: fixed; left: -200px;}#facebook_left img { position: absolute; top: -2px; right: -35px;}#facebook_left iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; right: -2px; top: -3px;}#twitter_left { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 250px; position: fixed; left: -250px;}#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: 250px; position: fixed; left: -294px;}#google_plus_left_img { position: absolute; top: -2px; right: -33px; border: 0;}</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: -200  }, 500); }); jQuery("#twitter_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#twitter_right").stop(true, false).animate({   right: -250  }, 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); });});</script></span></b><br /><div id="on"> <div id="facebook_right" style="top: 12%;">  <div id="facebook_div">   <img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR74KJQUT4bx5t46asadb0fr_2SQjr_jwEVW-UqA0jKhb8vR7i6LeOVNxa1_2R7RgaFLr9wvztcxb8ZFbBcBTScqmf1jqEYIxjl2rdgGG6ta6KQMVtu3Ezy_Pp_EQBOVcpK9rVUpeudQGw/s1600/NBTfacebook_right.png" />   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FFaceBook Page ID&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false"   style="border: none; height: 346px; overflow: hidden; width: 200px;"></iframe>  </div> </div></div><div id="on"> <div id="twitter_right" style="top: 28%;">  <div id="twitter_div">   <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM73fWev9ch_I-Ht2ELVk5wXFORyvyNn6IfvGAwH46L8mLeZrpaNm_kN3EkYBsJVwIfFWfeZ8Gcab19orteAiKCnfnjxUJzII-DmW-Sh6JyJDs0gXqyiKTvKD0WXweUcd2O94GWVe4J3M5/s1600/NBTtwitter_right.png" />   <script type='text/javascript'>function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='<iframe name="fbfanIFrame_0" frameborder="0" allowtransparency="true" src="http://s.moopz.com/connect.html?user='+screen_name+'" class="FB_SERVER_IFRAME" scrolling="no" style="width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "></iframe>';}</script>  <div id="twitterfanbox">  <script type="text/javascript">fanbox_init("Twitter Username");</script>  </div> </div></div><div id="on"> <div id="google_plus_right" style="top: 45%;">  <div id="google_plus_div">   <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ZOlUV0KX4jC6DnPmZxGtrp9J8wpAprw1qOhN-0oBJyxokNGXlZP4Nr4TTReD9LhAgza_4CUxcDoLLYdI91RWaUtZfzKxiRYGyxs4hBJFnRWJeIB-Nev1TXGdgg2ihREVxah6I8_PC8k/s1600/NBTgoogle_plus_right.png" />   <div style="float: left; margin: 10px 10px 10px 0;">     <a href='http://newbloggertips.com'><img alt='Tips Tricks And Tutorials' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibPHZlXk6-EW2Eb6kFW6ZPJz5nQq5-4-_pJSzBAkUhGOjCIQsjLEzb0Fdo0n0qECUwmk0jPCraGlcTRL9nJplGHmg-23U-nwJyxfe6SjLU83kyNbu-kn1EUDEp12PUe8UdjyWvaF2gQtwU/s1600/best+blogger+tips.png'/></a>  <div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/Google Plus ID" 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>  <style>img, a { border: 0;}#on { visibility: visible;}#off { visibility: hidden;}#facebook_div { width: 196px; height: 340px; 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;}#NBT_div { width: 300px; height: 97px; overflow: hidden;}/* right side style */ #facebook_right { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 353px; position: fixed; right: -200px;}#facebook_right img { position: absolute; top: -2px; left: -35px;}#facebook_right iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; left: -2px; top: -3px;}#twitter_right { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 240px; position: fixed; right: -250px;}#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;}#NBT_right { z-index: 10003; border: 2px solid #303030; background-color: #fff; width: 300px; height: 97px; position: fixed;}#NBT_right img { position: absolute; top: -2px; left: -101px;}/* left side style */ #facebook_left { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 250px; position: fixed; left: -200px;}#facebook_left img { position: absolute; top: -2px; right: -35px;}#facebook_left iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; right: -2px; top: -3px;}#twitter_left { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 250px; position: fixed; left: -250px;}#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: 250px; position: fixed; left: -294px;}#google_plus_left_img { position: absolute; top: -2px; right: -33px; border: 0;}</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: -200  }, 500); }); jQuery("#twitter_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#twitter_right").stop(true, false).animate({   right: -250  }, 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); });});</script></span></b><br /><div id="on"> <div id="facebook_right" style="top: 12%;">  <div id="facebook_div">   <img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR74KJQUT4bx5t46asadb0fr_2SQjr_jwEVW-UqA0jKhb8vR7i6LeOVNxa1_2R7RgaFLr9wvztcxb8ZFbBcBTScqmf1jqEYIxjl2rdgGG6ta6KQMVtu3Ezy_Pp_EQBOVcpK9rVUpeudQGw/s1600/NBTfacebook_right.png" />   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FFaceBook Page ID&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false"   style="border: none; height: 346px; overflow: hidden; width: 200px;"></iframe>  </div> </div></div><div id="on"> <div id="twitter_right" style="top: 28%;">  <div id="twitter_div">   <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM73fWev9ch_I-Ht2ELVk5wXFORyvyNn6IfvGAwH46L8mLeZrpaNm_kN3EkYBsJVwIfFWfeZ8Gcab19orteAiKCnfnjxUJzII-DmW-Sh6JyJDs0gXqyiKTvKD0WXweUcd2O94GWVe4J3M5/s1600/NBTtwitter_right.png" />   <script type='text/javascript'>function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='<iframe name="fbfanIFrame_0" frameborder="0" allowtransparency="true" src="http://s.moopz.com/connect.html?user='+screen_name+'" class="FB_SERVER_IFRAME" scrolling="no" style="width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "></iframe>';}</script>  <div id="twitterfanbox">  <script type="text/javascript">fanbox_init("Twitter Username");</script>  </div> </div></div><div id="on"> <div id="google_plus_right" style="top: 45%;">  <div id="google_plus_div">   <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ZOlUV0KX4jC6DnPmZxGtrp9J8wpAprw1qOhN-0oBJyxokNGXlZP4Nr4TTReD9LhAgza_4CUxcDoLLYdI91RWaUtZfzKxiRYGyxs4hBJFnRWJeIB-Nev1TXGdgg2ihREVxah6I8_PC8k/s1600/NBTgoogle_plus_right.png" />   <div style="float: left; margin: 10px 10px 10px 0;">     <a href='http://newbloggertips.com'><img alt='Tips Tricks And Tutorials' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibPHZlXk6-EW2Eb6kFW6ZPJz5nQq5-4-_pJSzBAkUhGOjCIQsjLEzb0Fdo0n0qECUwmk0jPCraGlcTRL9nJplGHmg-23U-nwJyxfe6SjLU83kyNbu-kn1EUDEp12PUe8UdjyWvaF2gQtwU/s1600/best+blogger+tips.png'/></a>  <div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/Google Plus ID" 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>

----------------------------------------------------------------------------


Replace FaceBook Page, Twitter Username, Google Plus ID with yours.
E.g: FaceBook Page: khuedhsp
Twitter Username: khuedhsp
Google Plus ID: 114750070216667007480
Now Save & Visit Your Blog. You have Done!

Category: , , , ,

About GalleryBloggerTemplates.com:
GalleryBloggerTemplates.com is Free Blogger Templates Gallery. We provide Blogger templates for free. You can find about tutorials, blogger hacks, SEO optimization, tips and tricks here!

0 comments

Blogger templates