INVITE ALL FRIENDS TO YOUR EVENT: Actually its irritating to click and invite friends to your event one by one.
So this script helps.Script: (copy the code from next line)
javascript:elms=document.getElementsByName(“checkableitems[]”);for (i=0;i<elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()}
How to use?
You need Google Chrome/Mozilla Firefox on windows.
1. Open Facebook in your Chrome browser.
2. Go to the place where you want to invite friends, open the dialog box where friends are listed.
3. Now press F12 (or ctrl+shift+j in Chrome, ctrl+shift+k in Firefox)
A box will open with few tabs. Search for the tab: Console. Click on it. Now it will load a text box where you can type JavaScripts. 4. Just copy the above JavaScript and paste it there and press Enter!
Congrats! You can now see all your friends being invited automatically. Wait for few mins untill its completed.
If you have too many friends, it may freeze your browser for few mins. But don’t worry…
Gradually you will notice that all your facebook friends are invited one by one!
5. Congrats. You learnt how to invite friends to LIKE your Facebook Page in 1 click.