簡體   English   中英

為什么此標簽不起作用?

[英]Why this tab doesn't work?

我已在頁面中添加了此標簽,但無法將邀請發送給我的朋友。 它不起作用! 為什么呢 我使用了以下代碼:

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM