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

How To Invite All Friends To An Event On Facebook - Ever before wondered how you can welcome all your buddies to such as a web page on Facebook? What if you're organizing an enormous Job X as well as intend to welcome everyone you understand to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To An Event On Facebook

How To Invite All Friends To An Event On Facebook


Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. Once more, use 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 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 occasion.

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

Note: I attempted this as well as it functioned, however if for some reason it doesn't for you, simply let me know, I'll upgrade the script. And you can just invite up to 500 people per day to an event.

Code Explanation
Because I am a Computer Researcher, I might too quickly explain what the manuscript does so you know that it is not an infection, however a straightforward hack.

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

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

{ inputs[i].click();