Facebook like popup box for blogger, wordpress and websites
Generally we use this widget to get more Facebook likes. After install this when someone visit you any blog page it will display on the front which ask your visitors to like the page and its very simple and clean. So just copy and paste this code scrolling facebook like box to your and enjoy fb likes. Thanks....
 Floating Facebook like box for blogger, wordpress and websites




Steps to use code on Blogger :

1.  Go to blogger dashboard
2.  Select Layout
3.  Click  Add a gadget
4.  A Dialog Box will appear  > Select HTML/Java Script box
5.  paste the code into the box
6.  Click  Save Button




Copy the below Code:
Note: Do not Edit The code. Otherwise it will not Work.Here is code:


<style type="text/css">
#techiee9FBpop {
position:fixed !important;
position:absolute;
top:-1000px;
left:50%;
margin:0px 0px 0px -182px;
width:300px;
height:auto;
padding:16px;
background:#FEFEFE;font:normal Dosis, Georgia, Serif;
color:#111;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
#techiee9FBpop a.bsclose {
position:absolute;
top:-10px;
right:-10px;
background:#fff;
font:bold 16px Arial, Sans-Serif;
text-decoration:none;
line-height:22px;
width:22px;
text-align:center;
color:#000000;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:25px;
cursor:pointer;
}
</style>
 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(window).bind("load", function() {
// Animate Top
$('#techiee9FBpop').animate({top:"50px"}, 1000);
// Widget by www.techiee9.com
$('a.bsclose').click(function() {
$(this).parent().fadeOut();
return false;
});
});
</script>
<div id="techiee9FBpop">
<!-- Widget by Crazy Computer World Start -->

<br />
<center>
<b><a class="Techiee9" href="https://www.facebook.com/HindiAnimes2013">Don't Forget To Join With Our Community</a></b></center>
<center>
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2F322219577917630&width=292&height=258&show_faces=true&colorscheme=light&stream=false&show_border=true&header=false" style="border: none; height: 258px; overflow: hidden; width: 292px;"></iframe></center>
<!-- Widget by Crazy Computer World End -->
<a class="bsclose" href="https://www.facebook.com/HindiAnimes2013">×</a>
<br />
<center style="float: right; margin-right: 10px;">
<span style="color: black; font-size: xx-small; text-decoration: none;">+Get this at</span> <a href="http://crazycomputerworld1.blogspot.in//" style="color: #3b78cd; font-size: xx-small; text-decoration: none;" target="_blank">Crazy Computer World</a></center>
</div>


Find this and replace the highlighted text with your facebook page username:

href=https%3A%2F%2Fwww.facebook.com%2F322219577917630&width=292&height=258&show_faces=true&colorscheme=light&stream=false&show_border=true&header=false" style="border: none; height: 258px; overflow: hidden; width: 292px;




Next
This is the most recent post.
Previous
Older Post

0 comments:

Post a Comment

 
Top