Invite All Friends Facebook event - Quick and Easy

Invite All Friends Facebook Event - Ever before questioned just how you can invite all your buddies to like a web page on Facebook? What happens if you're arranging an enormous Job X as well as wish to welcome everyone you recognize to your Facebook event?
how to invite all friends to a facebook event

Invite All Friends Facebook Event

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at the same time. Once more, 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 very lower of that checklist that simply appeared.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few seconds and afterwards struck 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 as well as it functioned, but if for some reason it doesn't for you, just let me understand, I'll upgrade the script. And also you can just invite up to 500 people daily to an event.

Code Explanation
Given that I am a Computer Researcher, I might also quickly discuss what the script does so you recognize that it is not an infection, but an easy hack.

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

This line look for the element called "_ 42ft ..." which takes place to be the invite box and also 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 corresponding invite button:

{ inputs[i].click();