How to Invite All Friends to Facebook event New 2019

How To Invite All Friends To Facebook Event - Facebook pal invites work to invite your close friends ahead to an occasion or to like a Facebook page. However invites through Facebook can come to be a lengthy job, specifically if you need to invite 1500 friends.

Invite All Friends Facebook Event

We will explain it step by step. Keep in mind to ensure you are using Firefox, as it supports JavaScript functions.

How To Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event simultaneously. Once again, use Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely bottom of that checklist that simply appeared.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few seconds and afterwards hit Send Invites. All your Facebook pals 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, yet if somehow it doesn't for you, just let me understand, I'll update the script. And also you can only invite up to 500 individuals daily to an occasion.

Code Explanation
Since I am a Computer Researcher, I may also quickly describe what the manuscript does so you know that it is not a virus, yet a basic hack.

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

This line searches for the component called "_ 42ft ..." which takes place to be the invite box and also tons it to the inputs variable.

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

This loops for all your pals:

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

Click on their particular invite button:

{ inputs[i].click();