How to Invite Everyone to A Facebook event - Quick and Easy

How To Invite Everyone To A Facebook Event - Ever questioned exactly how you can welcome all your pals to such as a page on Facebook? Suppose you're organizing a large Job X and also wish to invite every person you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite Everyone To A Facebook Event

How To Invite Everyone To A Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook event at once. Once again, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the very bottom of that listing that just appeared.
4. Type "javascript:" right 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 secs and afterwards struck Send Invites. All your Facebook pals are invited to your occasion.

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

Keep in mind: I tried this and also it functioned, however if somehow it doesn't for you, just let me understand, I'll update the script. And also you can only invite up to 500 people per day to an occasion.

Code Explanation
Considering that I am a Computer system Researcher, I might too briefly clarify what the script does so you understand that it is not a virus, yet an easy hack.

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

This line searches for the aspect called "_ 42ft ..." which happens to be the invite box as well as lots it to the inputs variable.

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

This loops for all your pals:

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

Click on their respective invite switch:

{ inputs[i].click();