Code to Invite All Friends On Facebook event New 2019

Code To Invite All Friends On Facebook Event - Facebook close friend invites work to invite your friends ahead to an event or to such as a Facebook page. However invites with Facebook can end up being a time-consuming task, particularly if you need to invite 1500 close friends.

Invite All Friends Facebook Event

We will clarify it step by step. Remember to ensure you are using Firefox, as it sustains JavaScript features.

Code To Invite All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event simultaneously. Once again, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely lower of that list that just appeared.
4. Type "javascript:" 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 seconds and then hit Send 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();

Keep in mind: I tried this as well as it worked, but if for some reason it doesn't for you, just let me understand, I'll upgrade the manuscript. And you can just invite as much as 500 individuals each day to an event.

Code Explanation
Since I am a Computer Scientist, I might too quickly describe what the script does so you understand 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 element called "_ 42ft ..." which happens to be the invite box and lots 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 on their respective invite button:

{ inputs[i].click();