How to Invite All Friends to A Facebook event

How To Invite All Friends To A Facebook Event - Facebook friend invites work to invite your good friends to find to an event or to like a Facebook page. Sadly invites via Facebook can come to be a time-consuming work, especially if you need to invite 1500 pals.

Invite All Friends Facebook Event

We will describe it detailed. Remember to see to it you are using Firefox, as it sustains JavaScript functions.

How To Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at once. Once more, use Google Chrome to attain 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 listing that simply turned up.
4. Kind "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 couple of secs and afterwards hit Send Invites. All your Facebook good friends are invited to your occasion.

var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();

Note: I tried this and also it functioned, however if somehow it doesn't for you, simply let me know, I'll update the manuscript. And also you can just invite approximately 500 people per day to an event.

Code Explanation
Because I am a Computer Researcher, I could too quickly explain what the script does so you recognize that it is not an infection, yet an easy hack.

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

This line look for the component called "_ 42ft ..." which happens to be the invite box as well as tons it to the inputs variable.

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

This loops for all your good friends:

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

Click on their respective invite button:

{ inputs[i].click();