How to Invite All Friends In Facebook event New 2019

How To Invite All Friends In Facebook Event - Facebook pal invites are useful to invite your friends ahead to an event or to like a Facebook web page. Sadly invites through Facebook can become a time-consuming work, specifically if you need to invite 1500 friends.

Invite All Friends Facebook Event

We will clarify it step by step. Bear in mind to ensure you are utilizing Firefox, as it sustains JavaScript features.

How To Invite All Friends In Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event at the same time. Again, utilize 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 bottom of that list that just popped 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 after that struck Send out 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 attempted this and it worked, however if somehow it doesn't for you, just let me know, I'll upgrade the manuscript. And you can only invite approximately 500 individuals each day to an occasion.

Code Explanation
Given that I am a Computer system Scientist, I might too quickly discuss what the script does so you know that it is not a virus, but an easy hack.

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

This line look for the aspect called "_ 42ft ..." which happens to be the invite box and loads 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();