/ Published in: HTML
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<script type="text/javascript">
function showInviteDialog() {
var dialog = new Dialog();
dialog
.setStyle('width', '622px')
.showMessage('Title', inviteDialogVariable);
}
</script>
<fb:js-string var="inviteDialogVariable">
<fb:request-form
type="Button type"
content="Invite <?php echo htmlentities('<fb:req-choice url="http://example.com/inviteAccepted.php" label="Button label"/>'); ?>"
invite="true"
action="http://where_to_sent_invite_uri/"
method="post">
<fb:multi-friend-selector
actiontext="Some text"
showborder="false"
email_invite="true"
cols="4"/>
</fb:request-form>
</fb:js-string>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                