How to Invite All Friends On Facebook event New 2019

How To Invite All Friends On Facebook Event - Facebook buddy invites work to invite your close friends ahead to an event or to like a Facebook web page. Sadly invites through Facebook can end up being a time-consuming job, especially if you need to invite 1500 good friends.

Invite All Friends Facebook Event

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

How To Invite All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion simultaneously. Once more, utilize 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 very lower of that listing that simply popped up.
4. Type "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 couple of seconds and afterwards struck Send Invites. All your Facebook buddies 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 functioned, but if somehow it does not for you, simply let me know, I'll update the script. And you can only invite up to 500 individuals per day to an event.

Code Explanation
Considering that I am a Computer Scientist, I could also briefly discuss what the script does so you recognize that it is not a virus, but an easy hack.

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

This line searches for the aspect called "_ 42ft ..." which happens to be the invite box as well as tons it to the inputs variable.

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

This loops for all your close friends:

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

Click their corresponding invite switch:

{ inputs[i].click();