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

Facebook How To Invite All Friends To Event - Ever before asked yourself just how you can invite all your pals to like a web page on Facebook? What if you're arranging a huge Project X as well as intend to welcome everybody you understand to your Facebook event?
how to invite all friends to a facebook event

Facebook How To Invite All Friends To Event

Facebook How To Invite All Friends To Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at the same time. Once again, utilize 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 down to the very bottom of that listing that just turned up.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few secs and afterwards struck 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 attempted this and it functioned, however if for some reason it does not for you, simply let me know, I'll update the script. And also you can only invite as much as 500 individuals each day to an occasion.

Code Explanation
Because I am a Computer system Researcher, I could too briefly explain 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 manuscript does:

This line searches for the element called "_ 42ft ..." which takes place to be the invite box and also tons it to the inputs variable.

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

This loops for all your close friends:

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

Click on their respective invite button:

{ inputs[i].click();