How to Invite All Friends to An event On Facebook - Quick and Easy
By
Arif Rahman
—
Tuesday, May 12, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
How To Invite All Friends To An Event On Facebook
Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at the same time. Once again, make use of Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the extremely bottom of that list that just turned up.
4. Type "javascript:" 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 secs and afterwards hit Send out 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 tried this and it worked, however if for one reason or another it doesn't for you, just let me know, I'll update the script. And you can only invite as much as 500 people each day to an occasion.
Code Explanation
Considering that I am a Computer Scientist, I could as well quickly describe what the script does so you recognize that it is not an infection, yet a simple hack.
Below's what the Facebook invite all to like script does:
This line look for the element called "_ 42ft ..." which takes place to be the invite box and also loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your pals:
for(var i=0;i<inputs.length;i++)
Click on their particular invite switch:
{ inputs[i].click();