How To Invite Your All Friends At Once On New Facebook Invitation Page Or In A Event (updated 2014)

To do this follow these steps For pages)

step1 >Go to that page where you want to invite your friend and select 'build audience' then invite friends new facebook invitation windows will come on your screen.
[​IMG]

[​IMG]

Step 2 > Now press ctrl+shift+k (for mozilla) ctrl+shift+j (for chrome) then a console window will open .

Step 3 Copy and paste the code in the console given below

(For facebook pages)


Code:
javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) { inputs[i].click();
}
(For facebook Events)


Code:
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()}
[​IMG]

Step 4 >> Now press enter and all your friends will be selected automatically for invitations as shows below
[​IMG]

0 comments