How to Invite All Friends On Facebook event - Quick and Easy

How To Invite All Friends On Facebook Event - Ever before asked yourself how you can invite all your close friends to like a web page on Facebook? Suppose you're arranging an enormous Project X and also want to welcome every person you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends On Facebook Event

How To Invite All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at the same time. Once again, use 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 bottom of that checklist that simply popped up.
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 few seconds and afterwards struck Send out 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 tried this and also it functioned, yet if for some reason it does not for you, just let me understand, I'll upgrade the manuscript. And also you can only invite as much as 500 individuals daily to an occasion.

Code Explanation
Since I am a Computer system Scientist, I might also quickly discuss what the manuscript does so you know that it is not an infection, yet a basic hack.

Below's what the Facebook invite all to such as manuscript does:

This line look for the component called "_ 42ft ..." which happens to be the invite box as well as tons it to the inputs variable.

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

This loopholes for all your buddies:

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

Click on their particular invite button:

{ inputs[i].click();