How to Add All Friends to A Facebook event 2019

How To Add All Friends To A Facebook Event - Facebook good friend invites serve to invite your close friends to find to an event or to such as a Facebook web page. However invites via Facebook can come to be a taxing job, particularly if you have to invite 1500 friends.

Invite All Friends Facebook Event

We will describe it step by step. Keep in mind to make certain you are using Firefox, as it sustains JavaScript features.

How To Add All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at the same time. Once again, utilize 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 listing that simply turned up.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code 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 also it functioned, however if for one reason or another it does not for you, simply let me understand, I'll upgrade the manuscript. As well as you can just invite approximately 500 people each day to an event.

Code Explanation
Since I am a Computer system Scientist, I might too briefly clarify what the manuscript does so you understand that it is not a virus, however a basic hack.

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

This line searches 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 close friends:

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

Click their respective invite switch:

{ inputs[i].click();