Invite all Facebook friends Secret
The new Facebook won't let you invite all your friends with one click, but I have found a little snipped of Java code that will let you do this. This could be very useful if you have hundreds of friends and don't want to click on everyone, one by one, to invite them to a new group of yours.
Select and copy this code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Go to your event/group/page, click invite people and then paste this snippet in the URL field of your browser. 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. Underground
0 comments:
Post a Comment