Saturday, February 14, 2015
How to Add Floating Facebook Like Box Widget for Blogger
FB |
See also: How to Add Facebook Popup Like Box Widget to Blogger
Floating Facebook Like Box can help get more Facebook likes and make it easier for you to communicate to your fans and get some attention. It is a widget so you won't have to make any change in the template. Just copy and paste it.
Follow the steps given below
1. Login to Blogger account and go to Layout.
3. Choose to add HTML/JavaScrit
4. Copy the following code
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript">5. Simply replace the highlighted fb page link with yours.
</script>
<script type="text/javascript">
//<!--
$(document).ready(function() {$(".floatinglikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.floatinglikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE8xuJUbmAcng4hjg-b_0SmZrwTnRGJ8kqzwds1jT4VscopFWo7f_NuUtdY2fuScO8LS3KrgPJy2f5YiblJ5CEcCXVVpTcRs_XCxtEYFdxUshGWdxRV1nY_IhxFli-XRHYe8CInl6Mm8c/s1600/floatingfb.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 40px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:10%;}
.floatinglikebox div{border:none;position:relative;display:block;}
.floatinglikebox span{bottom: 10px;font: 10px tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.floatinglikebox span a{color: #808080;text-decoration:none;}
.floatinglikebox span a:hover{text-decoration:underline;}
</style><div class="floatinglikebox" style="">
<div>
<iframe src="//www.facebook.com/plugins/likebox.php?
href=https://www.facebook.com/makemytricks&width=251&height=270&colorscheme=light&show_faces=true&border_color=%23cccccc&stream=false&header=false&" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:251px; height:270px; background:#fff;" allowtransparency="true">
</iframe></div></div>
You have successfully installed your own floating Facebook Like Box for Blogger!!!!
About the Author
Ramesh Ojha is the founder and Admin of Make My Tricks. He is a Techgeek and upcoming blogger,interested in computers,Blogging and sharing knowledge.
Contact me Facebook
Make My Tricks
Contact me Facebook
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment