dishnetboi
Power Member
- Aug 23, 2009
- 510
- 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:
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.
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]);}}
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: