Published by Author
See screenshot below
How To Add Stylish Floating Facebook Like Box Widget In Blogger
Go To Blogger>>>Design>>>Edit HTML
Tick Expand Widget Template
Search For The Tag </head> (Using ctrl + f )
Copy n Paste Below Code Before </head>
<link href=�https://gj37765.googlecode.com/svn/trunk/[www.gj37765.blogspot.com]multipopoutwidget.css� rel=�stylesheet�/>
<script src=�http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js� type=�text/javascript�/>
<script src=�http://apis.google.com/js/plusone.js� type=�text/javascript�/>
<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: -154}, 500); }); jQuery("#feedburner_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },function(){ jQuery("#feedburner_right").stop(true,false).animate({right: -303}, 500); }); });
</script>
Note :- CTRL + F To Find Above Red jQuery Plugin URL In Your Template If You Have Already This Plugin Than Remove It.
Now Save Your Template
Now Adding HTML Code It’s Simple
Go to Blogger>>Design>>>Add a Gadget
Choose HTML/Javascript
Copy n paste below HTML code Into It
<div id=�on�> <div id=�facebook_right� style=�top: 18%;�> <div id=�facebook_div�> <img src=�https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhMYqfXhtMtwK_9wza0PGx6DcrD326vta-Nw082eQ5eKewG0HrvKQxUCAf1cPU7AuSx82oNJudc1y7CIa7GR3WE-Aju3FbPMiP6OCmpy2AnH60em-FrzZH0O1e14lBVUkCgIfyF6bvdpxw/s1600/%255Bwww.gj37765.blogspot.com%255Dfacebook_right.png� alt=�" /><iframe src=�http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com/allbloggingtips&locale=en_GB&width=200&connections=9&stream=&header=false&show_faces=0&height=356� scrolling=�no�></iframe> </div> </div> </div>
Note:- Replace allbloggingtips With Your Facebook User name
Visit your Blogs to see it floating at the right side of your
webpage. I hope this widget helps you in increasing the number of your
Facebook Readers. That’s all. If you face any problem in floating
facebook like box or any problem than don’t stop just drop your comments
and Feel free to ask

0 comments:
Post a Comment