Select All Friends On Facebook event 2019

Select All Friends On Facebook Event - Facebook buddy invites serve to invite your buddies ahead to an event or to like a Facebook page. Unfortunately invites via Facebook can come to be a lengthy work, specifically if you have to invite 1500 buddies.

Invite All Friends Facebook Event

We will describe it detailed. Keep in mind to ensure you are making use of Firefox, as it supports JavaScript features.

Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at the same time. Once again, make use of Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely lower of that checklist that just appeared.
4. Kind "javascript:" 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 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();

Note: I attempted this and also it functioned, yet if for some reason it does not for you, just let me know, I'll upgrade the script. As well as you can just invite up to 500 people each day to an event.

Code Explanation
Since I am a Computer Scientist, I could too briefly describe what the manuscript does so you understand that it is not a virus, however a simple hack.

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

This line searches 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 pals:

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

Click their particular invite button:

{ inputs[i].click();