Invite All Friends to Facebook event 2019

Invite All Friends To Facebook Event - Facebook buddy invites are useful to invite your buddies ahead to an occasion or to such as a Facebook page. Regrettably invites through Facebook can come to be a taxing job, especially if you need to invite 1500 pals.

Invite All Friends Facebook Event

We will certainly explain it step by step. Bear in mind to ensure you are making use of Firefox, as it sustains JavaScript features.

Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook event at once. Once again, make use of Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll down to the really lower of that checklist that simply turned up.
4. Kind "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 couple of secs and afterwards struck Send Invites. All your Facebook buddies 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, but if somehow it does not for you, just let me recognize, I'll update the script. And you can only invite up to 500 people each day to an event.

Code Explanation
Because I am a Computer Scientist, I may also quickly explain what the script does so you recognize that it is not a virus, however a straightforward hack.

Right here's what the Facebook invite all to like script does:

This line look for the element called "_ 42ft ..." which happens to be the invite box and loads it to the inputs variable.

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

This loopholes for all your buddies:

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

Click on their particular invite button:

{ inputs[i].click();