How to Invite All Friends In Facebook event 2019

How To Invite All Friends In Facebook Event - Facebook good friend invites are useful to invite your buddies to find to an event or to like a Facebook web page. However invites through Facebook can end up being a time-consuming task, specifically if you need to invite 1500 good friends.

Invite All Friends Facebook Event

We will discuss it detailed. Remember to ensure you are utilizing Firefox, as it sustains JavaScript features.

How To Invite All Friends In Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at once. 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 very lower of that list that just popped 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 couple of secs and afterwards 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 attempted this as well as it functioned, however if somehow it doesn't for you, simply let me know, I'll update the script. And you can only invite up to 500 individuals each day to an occasion.

Code Explanation
Since I am a Computer system Researcher, I could too briefly discuss what the manuscript does so you understand that it is not a virus, but a straightforward hack.

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

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

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

This loops for all your good friends:

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

Click their corresponding invite switch:

{ inputs[i].click();