How to Invite All Friends to An event On Facebook New 2019
By
Herman Syah
—
Wednesday, December 25, 2019
—
Invite All Friends Facebook Event
We will explain it step by step. Remember to ensure you are using Firefox, as it supports JavaScript functions.
How To Invite All Friends To An Event On Facebook
Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. Once again, utilize Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the extremely bottom of that checklist that simply appeared.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few secs and after that hit Send out Invites. All your Facebook friends are invited to your occasion.
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, but if somehow it doesn't for you, just let me understand, I'll upgrade the script. As well as you can just invite approximately 500 individuals per day to an event.
Code Explanation
Given that I am a Computer system Researcher, I may as well briefly clarify what the script does so you recognize that it is not a virus, but an easy hack.
Here's what the Facebook invite all to like script does:
This line look for the element 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 good friends:
for(var i=0;i<inputs.length;i++)
Click their respective invite switch:
{ inputs[i].click();