Invite All Friends Facebook event - Quick and Easy
By
MUFY UJASH
—
Wednesday, February 5, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
Invite All Friends Facebook Event
Facebook Event Invite Code
Code to invite all good friends to a Facebook event simultaneously. Once more, utilize Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the extremely bottom of that listing that just appeared.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few secs and then struck Send 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 also it functioned, however if for one reason or another it doesn't for you, just let me know, I'll upgrade the script. And also you can just invite up to 500 individuals per day to an event.
Code Explanation
Given that I am a Computer Researcher, I might as well briefly explain what the manuscript does so you understand that it is not an infection, but a straightforward hack.
Below's what the Facebook invite all to such as manuscript does:
This line look for the component called "_ 42ft ..." which happens to be the invite box and also lots it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your pals:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();