
A pretty good way to increase your website Traffic is to generate traffic using Social network, One of best option is Facebook, Insert / Add Facebook pop up like box or widget to your website, its a Jquery widget and these days very popular among blogger gadgets.
This is How it looks like
Also See Facebook Floating Like Box
HOW TO ADD FACEBOOK LIKE BOX ?
Add The Below Code in your blogger template
ADD WIDGET
Copy the Below Javascript into the Content Box
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
<style>
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit...