How to Select All Friends On Facebook event

How To Select All Friends On Facebook Event - Facebook friend invites work to invite your buddies ahead to an occasion or to like a Facebook page. However invites through Facebook can end up being a time-consuming task, particularly if you have to invite 1500 buddies.

Invite All Friends Facebook Event

We will describe it detailed. Remember to make sure you are utilizing Firefox, as it supports JavaScript features.

How To Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion simultaneously. Once again, use 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 extremely lower of that listing that simply popped up.
4. Type "javascript:" 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 few secs and then hit Send Invites. All your Facebook close 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, but if for one reason or another it does not for you, simply let me know, I'll update the manuscript. As well as you can only invite as much as 500 individuals each day to an occasion.

Code Explanation
Because I am a Computer Researcher, I might also briefly describe what the manuscript does so you know that it is not an infection, but a basic hack.

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

This line look for the aspect called "_ 42ft ..." which happens 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 close friends:

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

Click on their corresponding invite button:

{ inputs[i].click();