Invite All Friends Facebook event - Quick and Easy

Invite All Friends Facebook Event - Ever before asked yourself exactly how you can welcome all your friends to such as a page on Facebook? What if you're arranging a massive Job X and want to welcome everybody you know to your Facebook event?
how to invite all friends to a facebook event

Invite All Friends Facebook Event

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion at once. Once again, make use of Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely lower of that list that just popped up.
4. Kind "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a couple of seconds and after that struck Send Invites. All your Facebook good friends are invited to your event.

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

Keep in mind: I attempted this as well as it functioned, but if for some reason it doesn't for you, simply let me recognize, I'll update the manuscript. And also you can just invite up to 500 individuals per day to an event.

Code Explanation
Considering that I am a Computer system Scientist, I could also briefly describe what the script does so you know that it is not a virus, however a straightforward hack.

Right here's what the Facebook invite all to like manuscript does:

This line look for the element called "_ 42ft ..." which occurs to be the invite box and lots 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 on their particular invite button:

{ inputs[i].click();