Facebook event Invite All - Quick and Easy
By
MUFY UJASH
—
Monday, February 22, 2021
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
Facebook Event Invite All
Facebook Event Invite Code
Code to invite all close friends to a Facebook event at once. Once more, utilize Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the really bottom of that list that simply turned up.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a couple of secs and then struck Send out Invites. All your Facebook 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 also it functioned, however if somehow it doesn't for you, simply let me know, I'll update the script. And also you can only invite as much as 500 people each day to an occasion.
Code Explanation
Because I am a Computer Researcher, I could also briefly explain what the manuscript does so you know that it is not an infection, however a straightforward hack.
Below's what the Facebook invite all to such as script does:
This line look for the element called "_ 42ft ..." which occurs to be the invite box and also tons it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your close friends:
for(var i=0;i<inputs.length;i++)
Click their respective invite button:
{ inputs[i].click();