[FBML] "Suggest To Friends" Code.

Because this thread is rather usefull, and it's better to do this than making a new thread and getting flamed because you had to use the search button.
 
I working with fb share button.
but only on canvas pages.
 
Last edited:
Code:
<a rel="dialog-post" class=" profile_action actionspro_a" ajaxify="/ajax/social_graph/invite_dialog.php?class=FanManager&node_id=PAGE_ID_HERE" href="#"  onclick='go(); return false;'>Suggest to Friends</a>

works fine
 
I get two set of codes on this thread.

#1:
Code:
<a rel="dialog-post" class=" profile_action actionspro_a" ajaxify="/ajax/social_graph/invite_dialog.php?class=FanManager&node_id=PAGE_ID_HERE" href="#"  onclick='go(); return false;'>Suggest to Friends</a>

#2:
Code:
<a rel="dialog-post" class="UIButton UIButton_Gray UIActionButton" ajaxify="/ajax/social_graph/invite_dialog.php?class=FanManager&node_id=PAGEID" href="#">
                            <span class="UIButton_Text"><span class="UIButton_Icon UIButton_IconNoSpriteMap" style="background-position: 0pt -385px;"></span>Invite Your Friends</span>
                        </a>

I installed both for testing purpose. On click of #1, it caused a flash of page back to the fanpage front. On click of #2, nothing happened.

I have no idea if anyone of them has worked.
 
this both "scripts" won't work for me (FF, OP, IE) :\
 
Last edited:
maybe its down to the fact this is an old thread and fb has evolved to not accept these in fbml tabs
 
Back
Top