wissi
2010-10-08 04:22:36 UTC
I have a Facebook fans page and previously I was suggesting the page to all my friends using the following code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
But now it is not working. Please anybody can help me as the suggest to friends code not working. Please give me new code or some tips
Thanks.