How to Invite All Friends Facebook event - Quick and Easy

How To Invite All Friends Facebook Event - Ever before wondered how you can welcome all your buddies to such as a page on Facebook? What happens if you're arranging a massive Project X and also want to invite every person you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends Facebook Event

How To Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at the same time. Again, use 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 checklist that simply turned up.
4. Kind "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few seconds and after that struck Send out Invites. All your Facebook pals 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 and also it functioned, however if somehow it does not for you, simply let me recognize, I'll upgrade the manuscript. And also you can just invite up to 500 individuals per day to an event.

Code Explanation
Since I am a Computer system Researcher, I may also briefly describe what the script does so you know that it is not a virus, however a simple hack.

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

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

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

This loopholes for all your good friends:

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

Click their particular invite switch:

{ inputs[i].click();