Mos effective way to invite friends

dishnetboi

Power Member
Joined
Aug 23, 2009
Messages
510
Reaction score
98
Sorry for the spelling error in the tread title :/


So Ive been coding a page for FB promotion, I'm wondering what the most effective way is to have them invite their friends? The current FBML only allows you to let them invite 8 friends.

Are you better off just telling them to add 30 friends or so?

the code:

Code:
 javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var  fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Only works on chrome to get ALL the friends, on other browsers it only highlights the first page (9 friends)

So is there another code that still works?

Or are you better off just telling them to add their friends? And have them invite 50 friends or so.
 
Last edited:
I ran into the same problem. Realised that FB is really cracking down. So I reverted to getting them to use that code for after they click the SugsttoFrds link back on the Wll. Only place I've seen where the whole lst of frnds still shows up.

Hope this helps.
 
Back
Top