Facebook event Invite All
By
Ega Wahyudi
—
Monday, October 14, 2019
—
Invite All Friends Facebook Event
We will discuss it detailed. Remember to make sure you are using Firefox, as it supports JavaScript functions.
Facebook Event Invite All
Facebook Event Invite Code
Code to invite all pals to a Facebook event at the same time. Again, make use of Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the very bottom of that list that just popped up.
4. Type "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 seconds and afterwards hit Send 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 attempted this and it worked, but if for some reason it doesn't for you, simply let me understand, I'll update the manuscript. And you can only invite approximately 500 people daily to an event.
Code Explanation
Given that I am a Computer Researcher, I might as well briefly describe what the manuscript does so you recognize that it is not a virus, yet 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 takes place to be the invite box and tons 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 their particular invite button:
{ inputs[i].click();