为什么这个选项卡不起作用?

发布于 2024-10-12 08:06:36 字数 1092 浏览 2 评论 0原文

我已在我的页面中添加了此标签 但我无法向我的朋友发送邀请。这不起作用!为什么 ? 我用过这段代码:

<?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>

I have added this tab in my page but I can't send invite to my friends. It doesn't work !! Why ?
I have used this code:

<?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>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尸血腥色 2024-10-19 08:06:36

您好,前辈,据我了解,您正在关闭额外的一个“>”内容标题后面的括号。
对我来说,下面的代码有效

<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>

Hello Senior as for as I have understood you are closing extra one ">" bracket after your content heading.
For me the below code works

<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>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文