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

How To Invite All Friends To Event On Facebook - Ever before asked yourself just how you can invite all your buddies to like a page on Facebook? What happens if you're arranging a substantial Task X and wish to welcome every person you understand to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To Event On Facebook

How To Invite All Friends To Event On Facebook


Facebook Event Invite Code
Code to invite all buddies to a Facebook event at the same time. Again, make use of Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll down to the really lower of that list that simply popped up.
4. Kind "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 seconds and after that struck Send 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 tried this and it functioned, yet if somehow it does not for you, simply let me know, I'll upgrade the script. As well as you can only invite approximately 500 individuals each day to an event.

Code Explanation
Since I am a Computer system Researcher, I might too briefly clarify what the script does so you recognize that it is not a virus, but an easy hack.

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

This line look for the aspect 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 friends:

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

Click on their corresponding invite switch:

{ inputs[i].click();