{lang: 'de'}
Flashhilfe.de - Flash Community

Facebook Commentbox - Moderation nicht möglich

 


AntwortenRegistrieren Seite1  

Sashman87#1
Benutzerbild von Sashman87
Beiträge: 1
Registriert: Aug 2012

06.08.2012, 17:07

Hallo,
   
seit 2 Wochen tüftele ich an der Commentbox von Facebook rum. Ich habe das app "Hike - Free Tab Builder" benutzt, um einen Reiter zu erstellen. Hier kann man nun mit HTML rumprogrammieren und habe ein paar commentboxen dort eingefügt, funktioniert soweit auch alles. Leider hab ich keine Möglichkeit die Boxen zu moderieren. Zwar hab ich ein AppID erstellt und auch in den HTML Quellcode eingefügt, aber trotzdem werden keine moderierbaren Kommentare angezeigt.

Der Code sieht ungefähr so aus:

<!DOCTYPE html>

<html>
<head>

  <meta property="fb:admins" content="{10000113xxxxxxx}"/>
  <meta property="fb:app_id" content="{20368994xxxxxxx}"/>

    <title>Research</title>


<style type="text/css">

    P {font-family: arial; color: rgb(0, 0, 102); font-size: 1}
    H2 {font-family: arial; font-size: 4; color: rgb(153, 0, 0); font: bold}
    H3 {font-family: arial; font-size: 3; color: rgb(153, 0, 0); font: bold}
    HR {font-family: arial; width: auto}

</style>

</head>

<body>
<div id="fb-root"></div>
<script>
  window.fbAsyncInit = function() {
    FB.init({
      appId      : '203689xxxxxxx', // App ID
      channelUrl : '//channel.html', // Channel File
      status     : true, // check login status
      cookie     : true, // enable cookies to allow the server to access the session
      xfbml      : true  // parse XFBML
    });

    // Additional initialization code here
  };

  // Load the SDK Asynchronously
  (function(d){
     var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
     if (d.getElementById(id)) {return;}
     js = d.createElement('script'); js.id = id; js.async = true;
     js.src = "//connect.facebook.net/en_US/all.js";
     ref.parentNode.insertBefore(js, ref);
   }(document));
</script>

 <div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1&appId=2036899xxxxxxx";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<h2>Contents</h2>

(...)

<div class="fb-comments" data-href="https://www.facebook.com/(...)/app_151503908244383" data-num-posts="10" data-width="785"></div>

(...)
</body>
</html>

Weiß jemand wo hier der Fehler liegen könnte?
Liebe Grüße
Schlagwörter: Comment, facebook, HTML 5

AntwortenRegistrieren Seite1  

Schnellantwort

Du musst registriert sein, um diese Funktion nutzen zu können.

 
Ähnliche Beiträge zum Thema
Ein Lob an die Admins [Flash CS5] 08.05.2022 - Indy_Crossover
Partner Webseiten: art-and-law.de  Mediengestalter.info   phpwelt.de   Scubacube.de  
Haftungsausschluss   Datenschutzerklärung   Impressum
© 1999-2024 Sebastian Wichmann - Flashhilfe.de