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

How To Invite All Friends To A Facebook Event - Ever before questioned just how you can welcome all your close friends to like a page on Facebook? What if you're arranging a huge Job X and also intend to invite every person you recognize 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 the same time. Once again, make use of Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely lower of that listing that simply turned up.
4. Kind "javascript:" right 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 hit Send Invites. All your Facebook close 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 it worked, but if somehow it doesn't for you, just let me recognize, I'll update the manuscript. As well as you can only invite as much as 500 people daily to an occasion.

Code Explanation
Since I am a Computer Researcher, I could as well quickly explain what the script does so you know that it is not a virus, but an easy hack.

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

This line searches for the element called "_ 42ft ..." which occurs to be the invite box and also lots 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 respective invite button:

{ inputs[i].click();