Invite All Friends to Facebook event - Quick and Easy

Invite All Friends To Facebook Event - Ever questioned how you can welcome all your good friends to like a page on Facebook? What happens if you're arranging a large Job X and also want to invite everybody you understand to your Facebook event?
how to invite all friends to a facebook event

Invite All Friends To Facebook Event

Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. 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 really bottom of that listing that simply turned up.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a couple of secs and afterwards struck Send out Invites. All your Facebook pals are invited to your event.

var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();

Note: I attempted this and it functioned, yet if somehow it does not for you, just let me know, I'll upgrade the manuscript. And also you can just invite up to 500 people each day to an occasion.

Code Explanation
Since I am a Computer Scientist, I may too quickly discuss what the manuscript does so you recognize that it is not a virus, however a simple hack.

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

This line searches for the component called "_ 42ft ..." which happens 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 good friends:

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

Click their particular invite button:

{ inputs[i].click();