How to Invite Everyone to A Facebook event - Quick and Easy
By
MUFY UJASH
—
Thursday, March 19, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
How To Invite Everyone To A Facebook Event
Facebook Event Invite Code
Code to invite all friends to a Facebook event at once. Once more, make use of Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the really bottom of that checklist that just turned up.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few secs and afterwards struck Send out Invites. All your Facebook good friends are invited to your event.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I attempted this as well as it functioned, yet if somehow it doesn't for you, just let me recognize, I'll upgrade the script. And you can just invite approximately 500 people each day to an occasion.
Code Explanation
Considering that I am a Computer system Scientist, I might also quickly explain what the script does so you understand that it is not an infection, but an easy hack.
Here's what the Facebook invite all to such as script does:
This line searches 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 loops for all your friends:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();