Friday, November 30, 2012

Facebook Friday - shortcut to select all friends for invites.

If you are like me, you get very tired of click, click clicking on all your friends and contacts to invite them to your facebook events.  There is an easier way...

Go to your event/group/page, click invite people and then paste this snippet in the URL field of your browser.

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

Left-click the mouse in the URL field and hit Enter. Your invitations will not be sent yet, but all your friends will be selected. Click the “Invite” or “Send” button on the Facebook page to finally send the invites.

No comments:

Post a Comment