Thursday 23 April 2015

Invite All Friends To A Facebook Event

Invite All Friends To A Facebook Event with Java code 
Instead of inviting your friends one by one to your Event or Facebook page, why not have them invited all at once? It is as easy as copy pasting a JavaScript code.
Just follow the steps below

1. Go to your Event Facebook page and click on Invite friends.
2. Scroll down your friend list until the end to ensure you have loaded all the friends you want to invite.
3. On Chrome, press CTRL + SHIFT + J for Windows or CMD + Opt + J for Mac.
4. Copy and paste this followed by an Enter in the console space.

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

5. You will then see all your friends name automatically ticked.
That's it you are done follow my blog for latest updates

No comments:

Post a Comment