Question for any FBML experts Re: "Suggest to Friends" button

hey guys i got a question i'm just using this code:

<fb:fbml>
<div style="padding: 10px; clear: both;">
<fb:request-form method="post" type="FACEBOOK FAN PAGE NAME" invite="true"
content="Text to invite your friends. <fb:req-choice url='FACEBOOK FAN PAGE URL' ' label='GO' /> ">
<fb:multi-friend-selector actiontext="Invite Box Title" rows="3" showborder="true" condensed="false" style="width: 300px;" />
</fb:request-form>
</div>
</fb:fbml>

it's the multi-select-inviter...and i can just select like 8 people :(...do you have a similar code? maybe the code that u can get the original facebook suggest to friends box?!

Crusher
 
Last edited:
Milestone, can you PM me the code aswell? I don't need all the friends to be highlighted... I just need to get the box open so they can select friends to invite.
 
I have the code that Highlights all friends... Its being tested more as we speak, But it for SURE can be done...
 
This seems like one of the most highly anticipated fb codes in awile. If anyone cracks this I'd appreciate a pm or posting it on this thread.

Cheers
 
i'd pay $100 for it. no like millions lol. it would take over facebook. hit me up when it comes out
 
Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}


Guys this works great with the fanpage infact i found the issue and it works great to select all your fiends but only for fanpage good luck
 
Last edited:
Anyone managed to do this yet?

Would it work if you posted the invite all javascript code as the url for the button?

How about adding the javascript to a seperate file on your own server and then making the button link to that url?

Lewi
 
yeah thats what i was thinking im sure a crafty vet will figure it out. if we find this out we gotta keep it low key. make some millions
 
I've tried both of these. I got very close but Facebook doesnt like external .js it seems :(

Anyone managed to do this yet?

Would it work if you posted the invite all javascript code as the url for the button?

How about adding the javascript to a seperate file on your own server and then making the button link to that url?

Lewi
 
I've tried both of these. I got very close but Facebook doesnt like external .js it seems :(

OK!

Then is it possible to detect the browser and then if it is firefox show the normal button to add friends manually but if it's internet explorer or other browsers then to show the add all friends button.

Even that would help because most people still use internet explorer!
 
I would pay $1,000,000 for this code! :D

Seriously though, this would be one sick code.
 
Is it possbile for the code to be shared here? or sent via PM
 
Back
Top