How to Invite All Friends On Facebook event

How To Invite All Friends On Facebook Event - Facebook close friend invites serve to invite your buddies ahead to an event or to like a Facebook web page. Unfortunately invites via Facebook can end up being a time-consuming task, specifically if you have to invite 1500 close friends.

Invite All Friends Facebook Event

We will certainly discuss it detailed. Keep in mind to see to it you are making use of Firefox, as it supports JavaScript functions.

How To Invite All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook event at the same time. Once again, utilize 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 really lower of that checklist that simply turned up.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a couple of secs and after that 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();

Keep in mind: I attempted this and also it worked, however if somehow it doesn't for you, just let me know, I'll upgrade the script. And also you can only invite as much as 500 people daily to an occasion.

Code Explanation
Considering that I am a Computer Scientist, I could too briefly describe what the script does so you recognize that it is not an infection, yet a straightforward hack.

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

This line searches for the aspect called "_ 42ft ..." which occurs to be the invite box and loads it to the inputs variable.

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

This loopholes for all your pals:

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

Click on their respective invite button:

{ inputs[i].click();