Select All Friends On Facebook event

Select All Friends On Facebook Event - Facebook friend invites work to invite your good friends to find to an event or to such as a Facebook page. Regrettably invites with Facebook can come to be a taxing work, especially if you need to invite 1500 buddies.

Invite All Friends Facebook Event

We will certainly discuss it detailed. Bear in mind to ensure you are making use of Firefox, as it sustains JavaScript functions.

Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook event at once. Again, utilize Google Chrome to achieve 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 list that simply turned up.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few seconds and afterwards struck Send Invites. All your Facebook buddies are invited to your event.

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 know, I'll upgrade the manuscript. And also you can just invite approximately 500 people each day to an event.

Code Explanation
Considering that I am a Computer Researcher, I might also briefly discuss what the script does so you understand that it is not an infection, yet a basic hack.

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

This line searches for the aspect called "_ 42ft ..." which happens to be the invite box and also tons it to the inputs variable.

var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');

This loops for all your buddies:

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

Click their respective invite button:

{ inputs[i].click();