How to Invite All Friends to event On Facebook

How To Invite All Friends To Event On Facebook - Facebook good friend invites work to invite your pals to find to an occasion or to like a Facebook page. Sadly invites with Facebook can become a taxing work, especially if you have to invite 1500 close friends.

Invite All Friends Facebook Event

We will clarify it detailed. Bear in mind to ensure you are making use of Firefox, as it sustains JavaScript functions.

How To Invite All Friends To Event On Facebook


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion simultaneously. 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 to the extremely bottom of that checklist that just popped up.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few 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();

Keep in mind: I attempted this as well as it functioned, yet if for one reason or another it does not for you, simply let me recognize, I'll upgrade the manuscript. And also you can just invite up to 500 individuals each day to an event.

Code Explanation
Since I am a Computer system Researcher, I might too quickly clarify what the script does so you recognize that it is not an infection, but a straightforward hack.

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

This line searches for the component called "_ 42ft ..." which occurs to be the invite box and 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 their respective invite switch:

{ inputs[i].click();