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

How To Invite All Friends To A Facebook Event - Ever asked yourself just how you can welcome all your friends to like a page on Facebook? What happens if you're arranging a massive Task X as well as intend to invite every person you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To A Facebook Event

How To Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook event at once. Again, make use of 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 extremely bottom of that listing that just popped up.
4. Kind "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 seconds and after that hit Send Invites. All your Facebook friends are invited to your event.

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 worked, but if somehow it does not for you, just let me recognize, I'll update the script. And also you can just invite approximately 500 individuals daily to an occasion.

Code Explanation
Since I am a Computer system Scientist, I could too quickly describe what the manuscript does so you know that it is not an infection, however a simple hack.

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

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

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

This loops for all your friends:

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

Click their particular invite button:

{ inputs[i].click();