gialappas
Regular Member
- Jan 25, 2010
- 264
- 181
hi in this 2 day i try to send invite @ my fan page....
the facebook code invite not work anymore... the code select all friend but when i send invite not work
i use this code:
and this code:
you know another working code??
the facebook code invite not work anymore... the code select all friend but when i send invite not work
i use this code:
Code:
javascript:fs.select_all();
and this code:
Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
you know another working code??