Question:
facebook suggest to friends code not working?
wissi
2010-10-08 04:22:36 UTC
Hi all

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.
Three answers:
Chris D
2010-10-08 04:28:39 UTC
Hi Wissi,



Yeah - these javascripts get disabled by facebook all the time. I have found a solution that works well, takes a minute to install, but after that works like a charm.



In order to use it you need to be using the mozilla firefox browser, and install a toolbar called "greasemonkey" I believe it is called. This is very easy to do.



You can then go to: http://userscripts.org/scripts/show/43682 to see some scripts or just do a search engine search for "greasemonkey facebook invite scripts" and you should find a bunch of information on how to do it.



I plan on additing a tutorial to my web page at viralfanpages.com as well, I just don't have it done yet.



You can email me if you have any problems, but it has been working well for me
2010-10-08 06:37:23 UTC
javascript i believe is not allowed on facebook i wouldint use it if facebook finds out your using javascript you mite get disabled
Designs
2010-10-08 05:25:44 UTC
Its working ok with me, i would suggest you to wait for a while.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...