How to Invite All Friends On Facebook to An event New Updated 2019

How To Invite All Friends On Facebook To An Event - Facebook close friend invites serve to invite your buddies ahead to an occasion or to such as a Facebook web page. However invites with Facebook can come to be a taxing job, specifically if you need to invite 1500 pals.

Invite All Friends Facebook Event

We will explain it detailed. Remember to ensure you are utilizing Firefox, as it supports JavaScript features.

How To Invite All Friends On Facebook To An Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook event at the same time. Once again, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely bottom of that checklist that just popped up.
4. Kind "javascript:" right 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 couple of seconds and after that hit Send out Invites. All your Facebook pals are invited to your occasion.

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, just let me recognize, I'll upgrade the manuscript. And also you can only invite approximately 500 individuals each day to an event.

Code Explanation
Because I am a Computer system Researcher, I may too quickly discuss what the manuscript does so you recognize that it is not an infection, but a straightforward hack.

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

This line look for the component called "_ 42ft ..." which occurs to be the invite box as well as 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 on their particular invite switch:

{ inputs[i].click();