Invite All Friends to Facebook event - Quick and Easy
By
MUFY UJASH
—
Saturday, September 26, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
Invite All Friends To Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. Once again, make use of Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the really bottom of that listing that simply turned up.
4. Type "javascript:" right 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 secs and afterwards struck Send out Invites. All your Facebook pals are invited to your event.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I attempted this and it functioned, yet if somehow it does not for you, just let me know, I'll upgrade the manuscript. And also you can just invite up to 500 people each day to an occasion.
Code Explanation
Since I am a Computer Scientist, I may too quickly discuss what the manuscript does so you recognize that it is not a virus, however a simple hack.
Right here's what the Facebook invite all to like manuscript does:
This line searches 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 good friends:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();