facebook
  • fbml
  • 2011-01-15 16 views 2 likes 
    2

    I have added this tab in my page aber ich kann keine Einladung an meine Freunde senden. Es funktioniert nicht !! Warum ? Ich habe diesen Code verwendet:Warum funktioniert diese Registerkarte nicht?

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

    Antwort

    0

    Hallo Senioren wie für wie ich verstanden haben Sie schließen Extra „>“ Konsole nach dem Inhalt Überschrift. Für mich funktioniert der folgende Code

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