Facebook Popup Box Coding for Website or Blog
You have to do these steps to install it on your Blogger Blog
- Go to blogger dashboard > Template
- Now click on > Edit HTML
- Press Ctrl+F and search for </body>.
- Now paste this code just above the </body> and click on Save Template
<style type='text/css'>
#getitmuftFBpop {
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;
}
#getitmuftFBpop a.getitmuftclose {
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 type='text/javascript'>
$(window).bind("load", function() {
// Animate Top
$('#getitmuftFBpop').animate({top:"150px"}, 1000);
// Widget by getitmuft.blogspot.com
$('a.getitmuftclose').click(function() {
$(this).parent().fadeOut();
return false;
});
});
</script>
<div id='getitmuftFBpop'>
<!-- Widget by getitmuft.blogspot.com Start -->
<center>
<b>Get Notifications of Our New Posts on Facebook</b></center>
<center>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FGetitMuft&width=300&height=258&show_faces=true&colorscheme=light&stream=false&show_border=false&header=false&appId=196282097100252' style='border:none; overflow:hidden; width:300px; height:258px;'/>
</center>
<!-- Widget by getitmuft.blogspot.com End -->
<a class='getitmuftclose' href='#'>×</a>
<center style='float:right; margin-right:10px;'>
<span style='font-size:xx-small; color:#000; text-decoration:none;'/></center>
</div>
Note:
- You must replace GetitMuft with your Facebook's Page Address
- e.g. if address of your webpage is www.facebook.com/Example , then replace GetitMuft with Example.