Make them invite friends using the code that invites all friends:
Yes, fewer people may do it, but in the long run, those "few people" will be inviting 200-600 friends each, and this will keep multiplying and multiplying, thus making your page viral faster.Code:javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
the invite 8 friends feature is really weak, i'd rather use the javascript code instead.
Yeah, All of those I have yet to change. I'm going to add a banner to to top. A comment box. And I will change it to 8, I guess it's been changed to 8 since I last took a look at it. Facebook is always switching stuff up.
And the share button is youtube because I was just testing it.
Wow this thread has helped me a lot actually probably the most out of all the threads about fb.
Make them invite friends using the code that invites all friends:
Yes, fewer people may do it, but in the long run, those "few people" will be inviting 200-600 friends each, and this will keep multiplying and multiplying, thus making your page viral faster.Code:javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
the invite 8 friends feature is really weak, i'd rather use the javascript code instead.
can you help me make a viral script for my page?
Good developer forum here: http://forum.developers.facebook.com/viewforum.php?id=2Is there a place online where I can learn and read about actual fbml coding?