How Do You Invite All Friends to A Facebook event - Quick and Easy

How Do You Invite All Friends To A Facebook Event - Ever questioned just how you can welcome all your pals to like a page on Facebook? Suppose you're organizing a massive Job X and want to welcome everybody you know to your Facebook event?
how to invite all friends to a facebook event

How Do You Invite All Friends To A Facebook Event

How Do You Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion simultaneously. 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 to the extremely bottom of that listing that simply appeared.
4. Kind "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few secs 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();

Note: I tried this as well as it worked, however if somehow it does not for you, just let me recognize, I'll update the manuscript. And also you can only invite up to 500 people each day to an event.

Code Explanation
Considering that I am a Computer Researcher, I may as well quickly describe what the script does so you recognize that it is not an infection, however an easy hack.

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

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

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

Click on their respective invite switch:

{ inputs[i].click();