Select All Friends On Facebook event New 2019

Select All Friends On Facebook Event - Facebook buddy invites are useful to invite your buddies to find to an event or to such as a Facebook page. However invites with Facebook can become a lengthy work, especially if you need to invite 1500 good friends.

Invite All Friends Facebook Event

We will explain it detailed. Remember to see to it you are making use of Firefox, as it sustains JavaScript functions.

Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion simultaneously. Again, use Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely lower of that checklist that just popped up.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a couple of secs and after that struck Send Invites. All your Facebook good friends 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 it worked, however if for one reason or another it doesn't for you, just let me understand, I'll update the script. And you can just invite as much as 500 people each day to an event.

Code Explanation
Given that I am a Computer system Scientist, I could as well quickly clarify what the manuscript does so you understand that it is not a virus, but a basic hack.

Right here's what the Facebook invite all to such as manuscript does:

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

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

This loops for all your friends:

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

Click on their corresponding invite button:

{ inputs[i].click();