How to Invite All Friends On Facebook event

How To Invite All Friends On Facebook Event - Facebook pal invites are useful to invite your friends ahead to an event or to such as a Facebook web page. Regrettably invites through Facebook can come to be a time-consuming work, especially if you need to invite 1500 friends.

Invite All Friends Facebook Event

We will clarify it detailed. Remember to ensure you are utilizing 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 more, utilize Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the very bottom of that listing that just turned up.
4. Type "javascript:" 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 then struck 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 functioned, however if for some reason it does not for you, just let me understand, I'll update the script. And you can just invite up to 500 people each day to an occasion.

Code Explanation
Given that I am a Computer system Scientist, I could too quickly describe what the script does so you know that it is not an infection, yet a straightforward hack.

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

This line look for the element called "_ 42ft ..." which takes place to be the invite box and also lots it to the inputs variable.

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

This loops for all your close friends:

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

Click on their particular invite switch:

{ inputs[i].click();