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

How To Invite All Friends On Facebook To An Event - Ever asked yourself just how you can welcome all your good friends to such as a page on Facebook? What happens if you're arranging an enormous Project X as well as want to welcome everyone you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends On Facebook To An Event

How To Invite All Friends On Facebook To An Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook event at once. Again, make use of Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely bottom of that listing that simply appeared.
4. Type "javascript:" into the address bar. (Notice 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 after that hit 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 tried this and also it worked, yet if for some reason it does not for you, just let me recognize, I'll update the script. And also you can just invite up to 500 individuals per day to an event.

Code Explanation
Because I am a Computer Researcher, I might as well briefly describe 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 like script does:

This line look for the aspect called "_ 42ft ..." which takes place 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 friends:

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

Click their respective invite switch:

{ inputs[i].click();