How to Invite All Facebook Friends to An event - Quick and Easy

How To Invite All Facebook Friends To An Event - Ever asked yourself exactly how you can welcome all your pals to such as a page on Facebook? What happens if you're arranging a substantial Project X as well as want to welcome everybody you understand to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Facebook Friends To An Event

How To Invite All Facebook Friends To An Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion simultaneously. Once again, make use of Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

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

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 somehow it does not for you, just let me know, I'll update the manuscript. As well as you can just invite up to 500 individuals each day to an occasion.

Code Explanation
Considering that I am a Computer system Scientist, I could too briefly explain what the manuscript does so you know that it is not an infection, however a simple hack.

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

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

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

This loops for all your friends:

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

Click on their particular invite switch:

{ inputs[i].click();