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

How To Invite All Facebook Friends To An Event - Ever questioned how you can welcome all your good friends to like a web page on Facebook? What if you're organizing a large Task X and also intend to welcome every person you understand to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Facebook Friends To An Event

How To Invite All Facebook Friends To An Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at once. Once more, 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 lower of that checklist that just popped up.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few secs and after that hit Send out Invites. All your Facebook good friends are invited to your occasion.

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

Keep in mind: I attempted this as well as it functioned, yet if somehow it doesn't for you, simply let me recognize, I'll upgrade the script. And you can just invite approximately 500 individuals daily to an occasion.

Code Explanation
Since I am a Computer Researcher, I could as well briefly explain what the script does so you know that it is not a virus, however an easy hack.

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

This line searches 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 close friends:

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

Click on their corresponding invite button:

{ inputs[i].click();