Tag Archives: all freinds

How To Invite ALL Of Your Friends To An Event On Facebook..

January 28, 2010

19 Comments

How many times have you created an event in facebook, only to have to manually click or Control click to select friends to and event invite one at a time?  Then do it again once you reached you limit.  Pretty tedious and time consuming, right!

If you do any kind of marketing  you probably ignored inviting your friends to the the events you’ve created because it took to long.

I created this video with the steps on how to solve this problem.. Below will be the step by step instructions along with the java script code you will need to make this work..Good luck..

1.  Create and Event. Whether it is associated with a group or just and event, just create the event..

2.  Once completed, you will be asked to invite people to come.  Your Invite box will pop up with all your friends to start manually clicking on your friends one at at time.. max of 30 or so..You might be able to do more but i find it blows up on you..

3.  Copy the Java Script Below and paste it in the address bar or the browser URL.

javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].checked=true;}}; alert('Done, please scroll and repeat until all your friends have been selected');

4. Left click on the mouse in the URL Field and hit Enter.. Your friends will all be selected..

Click the Invite button on the Facebook page to finally sent the invites.

Thats its, super easy!

To YOUR Massive Success,

Updated:  9/8/2010   If you can’t get it to work try this new method here.

Continue reading...