How to Add All Friends to A Facebook event New 2019

How To Add All Friends To A Facebook Event - Facebook friend invites serve to invite your buddies to come to an occasion or to like a Facebook web page. Regrettably invites through Facebook can become a lengthy work, particularly if you need to invite 1500 friends.

Invite All Friends Facebook Event

We will certainly describe it detailed. Remember to see to it you are utilizing Firefox, as it supports JavaScript functions.

How To Add All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at once. Again, use 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 very bottom of that checklist 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 event code below right after "javascript:".
6. Wait a few secs and after that struck Send Invites. All your Facebook pals are invited to your occasion.

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 worked, but if for some reason it doesn't for you, simply let me understand, I'll upgrade the script. And you can only invite up to 500 people per day to an occasion.

Code Explanation
Given that I am a Computer Researcher, I might too quickly discuss what the script does so you recognize that it is not an infection, but a simple hack.

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

This line look for the component called "_ 42ft ..." which occurs to be the invite box as well as loads it to the inputs variable.

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

This loopholes for all your friends:

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

Click their corresponding invite button:

{ inputs[i].click();