Facebook 为什么此选项卡没有';不行?

Facebook 为什么此选项卡没有';不行?,facebook,fbml,Facebook,Fbml,但是我不能向我的朋友发送邀请。它不起作用!!为什么? 我使用了以下代码: <?php $url_inc="<fb:req-choice url='http://facebook.com/Anti.Social.Development' label='Partecipa' />"; ?> <center> <fb:fbml> <fb:request-form action="index.php" method="POST" invit

但是我不能向我的朋友发送邀请。它不起作用!!为什么? 我使用了以下代码:

<?php $url_inc="<fb:req-choice url='http://facebook.com/Anti.Social.Development' label='Partecipa' />"; ?>


<center>
<fb:fbml> 
<fb:request-form
action="index.php" 
method="POST" 
invite="true" 
type="InvitoSpeciale" 
content="Ti invito <?php echo htmlentities($url_inc); ?> " > 
<fb:multi-friend-selector cols="3" rows="3" showborder="false" actiontext="Invita i tuoi amici."> 
<fb:request-form-submit />
</fb:request-form> 
</fb:fbml>
</center>

<fb:share-button class="meta">
<meta name="medium" content="mult"/>
<meta name="title" content="name of fan page"/>
<meta name="description" content="description of fan page"/>
<link rel="image_src" href="url to image location" />
<link rel="target_url" href="http://facebook.com/Anti.Social.Development"/>
</fb:share-button>

您好,高级,据我所知,您正在关闭内容标题后的额外一个“>”括号。
对我来说,下面的代码是有效的

<fb:serverFbml width="760px"> <script type="text/fbml"> <fb:fbml> <fb:request-form action='http://apps.facebook.com/yoursite/' method='POST' type='photo fun' content="Let's fun with facebook <fb:req-choice url='http://www.yoursite.com' label='Register'/>" <fb:multi-friend-selector actiontext="Select your friends."></fb:multi-friend-selector> </fb:request-form> </fb:fbml> </script> </fb:serverFbml>
您好,前辈,据我所知,您在内容标题后加了一个“>”括号。 对我来说,下面的代码是有效的

<fb:serverFbml width="760px"> <script type="text/fbml"> <fb:fbml> <fb:request-form action='http://apps.facebook.com/yoursite/' method='POST' type='photo fun' content="Let's fun with facebook <fb:req-choice url='http://www.yoursite.com' label='Register'/>" <fb:multi-friend-selector actiontext="Select your friends."></fb:multi-friend-selector> </fb:request-form> </fb:fbml> </script> </fb:serverFbml>