How to Invite Everyone to A Facebook event New 2019

How To Invite Everyone To A Facebook Event - Facebook buddy invites work to invite your friends to come to an occasion or to like a Facebook page. Sadly invites via Facebook can end up being a lengthy job, particularly if you need to invite 1500 friends.

Invite All Friends Facebook Event

We will clarify it detailed. Keep in mind to see to it you are making use of Firefox, as it sustains JavaScript features.

How To Invite Everyone To A Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at 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 to the very lower of that list that just popped up.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a couple of seconds and then hit Send Invites. All your Facebook buddies 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 also it functioned, yet if somehow it doesn't for you, just let me know, I'll update the manuscript. And also you can just invite approximately 500 people daily to an occasion.

Code Explanation
Since I am a Computer system Scientist, I could as well briefly clarify what the script does so you know that it is not a virus, yet a basic hack.

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

This line look for the aspect called "_ 42ft ..." which happens 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 good friends:

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

Click on their corresponding invite button:

{ inputs[i].click();