RSS

How to add all friends to an event in Facebook

Features

Fri, Oct 22, 2010

If you’ve ever had to send out an event invite on Facebook you may have noticed that there is no easy way to invite ALL your friends.

But with this bit of code, you can do just that.
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

1. Go to the event page.
2. Press ‘Select guests to invite’
3. When the invite friends popup appears, paste the above code into your browser URL.
4. Voila! All friends are now invited!
5. Press send.

Tweet
, , , , , ,

Post By Niall Byrne <div class="author_info"> <h3>This post was written by:</h3> <p><a href="http://dayandnightmag.ie/author/niall/" title="Posts by Niall Byrne">Niall Byrne</a> - who has written 648 posts on <a href="http://dayandnightmag.ie/">Day and Night Digital | Irish Independent</a>.</p> <p> <br style="clear:both;" /></p> <p class="author_email"><a href="mailto:">Contact the author</a></p> </div>
blog comments powered by Disqus