Hey Coder Gods... I'm absolutely furious right now b/c I need a really efficient way to suggest a page to friends on facebook.
This Javascript Invite Code Doesn't Work For Facebook..Help?
8
Hey Coder Gods...
I'm absolutely furious right now b/c I need a really efficient way to suggest a page to friends on facebook.
I was wondering if anyone knows why the following Javascript code won't work to highlight all my friends on Facebook in the "suggest to friends" area.
I'm at a loss...I've seen this thing suggested in multiple spots and tried to use it in Firefox and Internet Explorer.
IE returns an error but firefox doesn't say anything.
Thanks for any help.
Brad
I'm absolutely furious right now b/c I need a really efficient way to suggest a page to friends on facebook.
I was wondering if anyone knows why the following Javascript code won't work to highlight all my friends on Facebook in the "suggest to friends" area.
Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]); } } IE returns an error but firefox doesn't say anything.
Thanks for any help.
Brad
- Brad Spencer
- dotVince
- [1] reply
- Brad Spencer
- JustAnotherProgrammer
- [1] reply
- Brad Spencer
- caesargus
Next Topics on Trending Feed
-
8