How to Invite All Friends to A Facebook event

How To Invite All Friends To A Facebook Event - Facebook close friend invites are useful to invite your buddies ahead to an event or to like a Facebook page. However invites via Facebook can become a lengthy job, specifically if you need to invite 1500 good friends.

Invite All Friends Facebook Event

We will certainly discuss it detailed. Bear in mind to make certain you are utilizing Firefox, as it sustains JavaScript features.

How To Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event at once. Once more, use Google Chrome to attain this.

1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".

Invite All Friends Facebook Event

3. Scroll down to the extremely bottom of that checklist that simply appeared.
4. Type "javascript:" right 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 few seconds and after that struck 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();

Keep in mind: I tried this and also it functioned, however if somehow it does not for you, just let me understand, I'll upgrade the manuscript. As well as you can only invite as much as 500 individuals daily to an event.

Code Explanation
Since I am a Computer system Scientist, I might also quickly discuss what the manuscript does so you understand that it is not a virus, but a straightforward hack.

Right here's what the Facebook invite all to like manuscript does:

This line searches for the element called "_ 42ft ..." which occurs 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 close friends:

for(var i=0;i<inputs.length;i++)

Click on their respective invite button:

{ inputs[i].click();