How to Invite All Friends Facebook event
By
pusahma2008
—
Wednesday, November 20, 2019
—
Invite All Friends Facebook Event
We will clarify it step by step. Keep in mind to ensure you are utilizing Firefox, as it sustains JavaScript features.
How To Invite All Friends Facebook Event
Facebook Event Invite Code
Code to invite all pals to a Facebook event at once. Once again, utilize Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the very 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 few secs and then struck Send Invites. All your Facebook buddies 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 and it functioned, but if somehow it does not for you, just let me recognize, I'll upgrade the script. And also you can only invite as much as 500 people daily to an event.
Code Explanation
Considering that I am a Computer Scientist, I might too briefly clarify what the manuscript does so you understand that it is not a virus, however a straightforward hack.
Right here's what the Facebook invite all to such as manuscript does:
This line look for the component called "_ 42ft ..." which occurs to be the invite box and also lots 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 on their respective invite switch:
{ inputs[i].click();