How Do You Invite All Friends to A Facebook event 2019

How Do You Invite All Friends To A Facebook Event - Facebook friend invites are useful to invite your close friends ahead to an event or to like a Facebook web page. Regrettably invites via Facebook can end up being a taxing job, specifically if you have to invite 1500 buddies.

Invite All Friends Facebook Event

We will explain it step by step. Remember to make sure you are using Firefox, as it supports JavaScript features.

How Do You Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion simultaneously. Again, make use of 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 really lower of that checklist that just appeared.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few secs and afterwards struck Send Invites. All your Facebook 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, yet if somehow it does not for you, simply let me know, I'll upgrade the manuscript. And also you can only invite approximately 500 people each day to an event.

Code Explanation
Since I am a Computer system Scientist, I might also quickly clarify what the manuscript does so you recognize that it is not a virus, but an easy hack.

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

This line searches for the aspect called "_ 42ft ..." which occurs to be the invite box and 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 button:

{ inputs[i].click();