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

How To Invite All Friends On Facebook To An Event - Ever before questioned how you can invite all your friends to such as a web page on Facebook? What happens if you're organizing a large Job X as well as want to invite everybody you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends On Facebook To An Event

How To Invite All Friends On Facebook To An Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion simultaneously. Again, utilize Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the very bottom of that list that just turned up.
4. Type "javascript:" right into the address bar. (Notification 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 out Invites. All your Facebook close friends are invited to your occasion.

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

Note: I attempted this and it worked, yet if somehow it doesn't for you, just let me know, I'll upgrade the manuscript. As well as you can just invite up to 500 people per day to an occasion.

Code Explanation
Given that I am a Computer Scientist, I might also briefly describe what the manuscript does so you understand that it is not an infection, however a basic hack.

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

This line look for the element 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 pals:

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

Click their particular invite button:

{ inputs[i].click();