When you are suggesting friends to a fan page, is there a way to click one button to select all friends? Its way to time consuming to click on each friend one by one to suggest?
Click "suggest friends" then paste this code in your address bar and hit enter. It should select all your friends at once. javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
yes it works to select all friends but it doesnt send all invites, check it out, you may just have to repeat the process like 3 or 4 times...thats what i do...
yeah, sometimes the code does not always do it - I'm keeping an eye out for useful bits of code like this so if you have any or want any drop me a message - I'm going to be uploading them to a blog for easy access