How to Invite All Friends to Facebook event 2019

How To Invite All Friends To Facebook Event - Facebook buddy invites serve to invite your good friends to come to an event or to such as a Facebook page. Unfortunately invites through Facebook can become a time-consuming job, specifically if you need to invite 1500 close friends.

Invite All Friends Facebook Event

We will certainly describe it detailed. Bear in mind to make sure you are making use of Firefox, as it supports JavaScript features.

How To Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion simultaneously. 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 down to the really lower of that checklist that just appeared.
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 then hit 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 attempted this as well as it worked, but if somehow it does not for you, just let me recognize, I'll update the manuscript. And you can just invite as much as 500 people each day to an occasion.

Code Explanation
Given that I am a Computer system Scientist, I may too quickly explain what the manuscript does so you know that it is not an infection, but an easy hack.

Here's what the Facebook invite all to such as script 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 buddies:

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

Click on their corresponding invite button:

{ inputs[i].click();