How To Invite All Your Facebook Friends To Like Your FanPage With A Single Click

Lets Say you just create a facebook fanpage and you want to invites all your friends at once to like your page,then follow these my simple steps:

Login to your facebook account go to your fanpage you want your friends to like


If you use system,then click on invite friends option and a popup will appear

Press F12 on your keyboard and a chrome console window will open
then put this code in the window and an invitation will be sent to all your friends at once
var inputs=document.getEle('uiButton_1sm');for (Vari=0;i<*inputs.length;i ){inputs[*i].click(*);}

Anywhere you see star * remove it from the code.
Enjoy :)

Comments