How to Invite All Friends Facebook event 2019

How To Invite All Friends Facebook Event - Facebook friend invites are useful to invite your friends to come to an occasion or to such as a Facebook web page. Sadly invites through Facebook can come to be a lengthy work, specifically if you have to invite 1500 close friends.

Invite All Friends Facebook Event

We will explain it step by step. Keep in mind to see to it you are using Firefox, as it sustains JavaScript features.

How To Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event at 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 extremely lower of that list that just 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 listed below right after "javascript:".
6. Wait a few seconds and then struck Send out Invites. All your Facebook good 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 attempted this as well as it functioned, yet if for some reason it doesn't for you, simply let me understand, I'll upgrade the script. And you can only invite approximately 500 people each day to an occasion.

Code Explanation
Because I am a Computer Researcher, I may also briefly clarify what the manuscript does so you understand that it is not a virus, yet a basic hack.

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

This line searches for the aspect called "_ 42ft ..." which takes place to be the invite box as well as tons it to the inputs variable.

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

This loopholes for all your good friends:

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

Click their particular invite switch:

{ inputs[i].click();