Today i will share a Trick with which we can invite all Facebook friends to an event , page with a single click as I know that we all hate clicking and clicking on everyone’s name.Yeah , you heard right that no more need of clicking more than once to invite all Facebook friends whether they are 4 in number or 4000. So lets not waste time and get started.
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
How to Invite all Facebook friends to an Event,Page in a Single Click
- 1. Go to your Facebook Event, Facebook Group or Facebook page and click “Invite Friends”.
- 2. Now a new window appears with your friend list , Select search all friends from the top left sidebar instead of Recent Interactions etc.
- 3. Now Scroll to bottom till whole of your friend list is populated/loaded.
- 4. Now open Console (Ctrl + Shift + J in Google Chrome).
- 5. Now Simply Paste this code and press Enter
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
- 6. Wait for 1-5 mins till all your friends are selected.
- 7. At last click Submit and we are done!!
Note: If this tutorial worked for you (and it should work), please leave a comment below. Thanks.
0 comments:
Post a Comment