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

Facebook How To Invite All Friends To Event - Ever asked yourself how you can welcome all your buddies to like a page on Facebook? What happens if you're organizing a large Project X as well as wish to welcome every person you know to your Facebook event?
how to invite all friends to a facebook event

Facebook How To Invite All Friends To Event

Facebook How To Invite All Friends To Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at the same time. Once again, utilize Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely lower of that listing that just appeared.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a couple of secs and afterwards hit Send out 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 worked, yet if for some reason it doesn't for you, just let me understand, I'll update the manuscript. As well as you can only invite as much as 500 people daily to an event.

Code Explanation
Because I am a Computer system Scientist, I might also quickly describe what the script does so you understand that it is not an infection, however a simple hack.

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

This line searches for the aspect 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 buddies:

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

Click on their respective invite switch:

{ inputs[i].click();