Invite All Friends Facebook event 2019

Invite All Friends Facebook Event - Facebook friend invites work to invite your pals ahead to an occasion or to like a Facebook web page. Regrettably invites through Facebook can become a time-consuming task, specifically if you have to invite 1500 friends.

Invite All Friends Facebook Event

We will certainly discuss it step by step. Remember to ensure you are making use of Firefox, as it supports JavaScript functions.

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event at the same time. Once again, use Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely bottom of that listing that just turned up.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few seconds and then hit Send out 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();

Note: I attempted this and it worked, yet if for one reason or another it does not for you, just let me recognize, I'll update the manuscript. As well as you can only invite up to 500 individuals each day to an event.

Code Explanation
Considering that I am a Computer system Researcher, I may also quickly explain what the manuscript does so you know that it is not a virus, yet a simple hack.

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

This line look for the aspect called "_ 42ft ..." which occurs to be the invite box as well as 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 particular invite switch:

{ inputs[i].click();