This video tutorial shows you how to use a short Javascript code to invite all of you Facebook Friends with one click. No more having to select your friends one-by-one and clicking invite. Just watch the video and then us the code below to do to a mass invite. You can also use this same method to suggest friends, suggest pages, etc.
Please leave a comment below to tell us what you think of this video tutorial and if you have any questions. Also, please share this video tutorial with your friends! Have Fun!
javascript:elms=document.getElementById(‘friends’).getElementsByTagName(‘li’);for(var fid in elms){if(typeof elms[fid] === ‘object’){fs.click(elms[fid]);}}
