Invite All Friends to Facebook event Chrome 2019

Invite All Friends To Facebook Event Chrome - Facebook buddy invites are useful to invite your friends ahead to an event or to like a Facebook page. Regrettably invites via Facebook can become a taxing job, specifically if you have to invite 1500 friends.

Invite All Friends Facebook Event

We will clarify it detailed. Remember to make sure you are making use of Firefox, as it supports JavaScript features.

Invite All Friends To Facebook Event Chrome


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

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

Invite All Friends Facebook Event

3. Scroll down to the extremely lower of that listing that just appeared.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few seconds and afterwards struck Send out Invites. All your Facebook close friends 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 as well as it worked, but if somehow it does not for you, simply let me understand, I'll upgrade the manuscript. And you can only invite approximately 500 individuals per day to an event.

Code Explanation
Considering that I am a Computer Scientist, I might also quickly describe what the script does so you recognize that it is not a virus, but a simple hack.

Below's what the Facebook invite all to like manuscript does:

This line look for the component called "_ 42ft ..." which takes place to be the invite box as well as lots 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 corresponding invite switch:

{ inputs[i].click();