Whats Up With Facebook And The Invite Java Script?

0 replies
For anyone that does not know you can mass invite all your friends to a group or fanpage you made by using this piece of java code here:

javascript:elms=document.getElementById('friends') .getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]); } }

What you do is create your group or page then you click on the tab on left suggest to friends and instead of selecting each one manually you just pop this code into your web browser hit enter then it "should" select all your friends.

Notice how I said should well now when I try to this it does not work any more, if you guys have heard anything or no anything about this please let me know.

thanks in advance

-Chirs
#facebook #invite #java #script

Trending Topics