Select All Friends On Facebook event - Quick and Easy

Select All Friends On Facebook Event - Ever before wondered just how you can welcome all your buddies to such as a web page on Facebook? What if you're arranging a huge Project X as well as intend to welcome everyone you understand to your Facebook event?
how to invite all friends to a facebook event

Select All Friends On Facebook Event

Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event at the same time. Once again, make use of Google Chrome to achieve this.

1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".

Invite All Friends Facebook Event

3. Scroll down to the very bottom of that listing that just appeared.
4. Kind "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a couple of seconds and then hit Send out Invites. All your Facebook buddies are invited to your event.

var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();

Note: I tried this and also it functioned, yet if for one reason or another it does not for you, simply let me understand, I'll upgrade the script. And also you can just invite as much as 500 people daily to an occasion.

Code Explanation
Because I am a Computer Scientist, I could also quickly describe what the manuscript does so you recognize that it is not an infection, yet a straightforward hack.

Here's what the Facebook invite all to such as script does:

This line look for the aspect called "_ 42ft ..." which occurs to be the invite box and also loads it to the inputs variable.

var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');

This loops for all your good friends:

for(var i=0;i<inputs.length;i++)

Click their particular invite switch:

{ inputs[i].click();