Seite 1 von 1

Facebook Like Button

Verfasst: 16.02.2011 02:30
von Latza
Hallo

Ich habe den Facebook Like Button von hier :
http://www.phpbb.com/community/viewtopi ... &t=2093379
Bei mir eingebaut.
Soweit klappt auch alles.
Aber wenn ich auf "Gefällt mir" klicke und einen Kommentar schreibe , dann bekomm ich auf der Facebook Seite ein Zufalls Bild das auf meiner Seite ist angezeigt. Wenn ich kein Kommentar schreibe , dann ist auf der Facebook Seite kein Bild. Das kommt nur wenn ich ein Kommentar mit dazu schreibe. Wie kann ich dieses Zufalls Bild abschalten?
Der Mod ist einfach einzubauen.
Musste nichts groß einfügen auser diese Stelle :

Code: Alles auswählen

<div id="fb-root"></div>
<script>
  window.fbAsyncInit = function() {
    FB.init({appId: 'your app id', status: true, cookie: true,
             xfbml: true});
  };
  (function() {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
      '//connect.facebook.net/en_US/all.js';
    document.getElementById('fb-root').appendChild(e);
  }());
</script>
Vllt kann ich dort abschalten das ekin Zufalls Bild angezeigt wird.
Weis jemand wie?