Invite All Friends to Facebook event New 2019
By
Herman Syah
—
Monday, January 13, 2020
—
Invite All Friends Facebook Event
We will clarify it step by step. Bear in mind to make certain you are making use of Firefox, as it supports JavaScript features.
Invite All Friends To Facebook Event
Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion simultaneously. 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 to the extremely bottom of that list that simply turned up.
4. Kind "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 couple of secs and then hit Send out Invites. All your Facebook 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 attempted this and also it worked, yet if somehow it does not for you, simply let me know, I'll upgrade the manuscript. And also you can just invite approximately 500 individuals daily to an occasion.
Code Explanation
Since I am a Computer system Researcher, I may too briefly explain what the manuscript does so you understand that it is not an infection, yet an easy hack.
Below's what the Facebook invite all to such as script does:
This line searches for the component called "_ 42ft ..." which occurs to be the invite box as well as 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 on their respective invite button:
{ inputs[i].click();