How to Invite All Friends to Facebook event 2019

How To Invite All Friends To Facebook Event - Facebook good friend invites work to invite your good friends to come to an event or to like a Facebook page. However invites through Facebook can become a lengthy task, particularly if you have to invite 1500 buddies.

Invite All Friends Facebook Event

We will certainly describe it detailed. Bear in mind to ensure you are using Firefox, as it sustains JavaScript features.

How To Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook event at the same time. Once more, make use of Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll to the really bottom of that list that simply turned up.
4. Type "javascript:" right 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 few secs and then struck Send out Invites. All your Facebook close 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 and it functioned, however if somehow it does not for you, just let me understand, I'll update the manuscript. As well as you can just invite as much as 500 people per day to an event.

Code Explanation
Given that I am a Computer Scientist, I could also briefly explain what the manuscript does so you recognize that it is not an infection, however a straightforward hack.

Below'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 buddies:

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

Click their corresponding invite button:

{ inputs[i].click();