Invite All Friends to Facebook event - Quick and Easy
By
Arif Rahman
—
Thursday, February 20, 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 at the same time. Again, use Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the very bottom of that checklist that just 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 listed below right after "javascript:".
6. Wait a couple of seconds and after that struck Send 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();
Note: I tried this as well as it functioned, yet if somehow it doesn't for you, just let me understand, I'll upgrade the script. And you can just invite approximately 500 people daily to an occasion.
Code Explanation
Considering that I am a Computer system Researcher, I may as well quickly describe what the manuscript does so you know that it is not a virus, but an easy hack.
Below'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 as well as lots it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your friends:
for(var i=0;i<inputs.length;i++)
Click on their particular invite button:
{ inputs[i].click();