Wants more fans and increase more presence in social media. Then, Must add this widget, its a eye attractive, smooth design, appear when mouse hover on it.
Howto?
1. Log in to your blogger account.
2. Go to Dashboard > Layout > Add a Gadget.
3. After click on Layout , a pop up window will appear. Then find out HTML/JavaScript.
4. Now, in the content area Copy and Paste the below code.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript">
</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/AVvXsEj5SI8IZRIzIT7Cuyogw4u4P6s3PvESMnoIOiaXN0XXqfG70tw0wbtNo3YwOeMWR-ILxcixYUdX3rwvcfMF8Tv6lyVnpWJxYWVvfiDz7DFzRWL6Elm0ps_AAQq2hRG3XhcmlT4S9ioWmTY/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/hackerz.worldd&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>
Note :- Replace hackerzz.wworld with your Facebook username.
5. Now Save the Template.
Comments
Post a Comment