Facebook Hack – How to Invite All Your Friends to your Fan Page in One Click!
I just noticed John Chow has posted a great Facebook hack that can let you invite all your friends to your new fan page in just one single click using some javascript code.
Go to your page and click the “Suggest to friends” link.
You will get a popup box with a list of your friends that you need to select manually. Simply copy and paste the following javascript code onto your URL box and it will select all your friends.
javascript:elms=document.getElementById(‘friends’).getElementsByTagName(‘li’);for(var fid in elms){if(typeof elms[fid] === ‘object’){fs.click(elms[fid]);}}
Cool hack!













March 18th, 2010 at 11:42 am
It doesn’t work..I think facebook has blocked this…it used to work for me..but doesn’t anymore
April 12th, 2010 at 6:40 pm
This is not woriking. it select’s all your friends but send request only to 50 of your friends…