Code to Invite All Friends On Facebook event - Quick and Easy
By
Arif Rahman
—
Sunday, August 30, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
Code To Invite All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all good friends to a Facebook event at the same time. 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 lower of that list that just appeared.
4. Type "javascript:" into the address bar. (Notification 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 hit Send out Invites. All your Facebook close friends are invited to your event.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Keep in mind: I tried this as well as it worked, however if somehow it does not for you, simply let me know, I'll update the script. As well as you can only invite approximately 500 people each day to an event.
Code Explanation
Since I am a Computer Researcher, I could also briefly clarify what the script does so you recognize that it is not an infection, yet a basic hack.
Below's what the Facebook invite all to such as manuscript does:
This line searches for the aspect called "_ 42ft ..." which occurs to be the invite box and loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your buddies:
for(var i=0;i<inputs.length;i++)
Click on their respective invite button:
{ inputs[i].click();