Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/09/2010, 18:42
Avatar de Willy_N
Willy_N
 
Fecha de Ingreso: diciembre-2009
Ubicación: Cádiz
Mensajes: 334
Antigüedad: 14 años, 4 meses
Puntos: 18
Respuesta: Ayuda instalando FBML

Si no me equivoco basta con colocar
Código HTML:
Ver original
  1. <div id="fb-root"><fb:comments width="500" xid="comentarios"></fb:comments></div>
  2.     window.fbAsyncInit = function() {
  3.     FB.init({
  4.       appId  : '------------------',
  5.       status : true, // check login status
  6.         cookie : true, // enable cookies to allow the server to access the   session
  7.       xfbml  : true  // parse XFBML
  8.     });
  9.   };
  10.  
  11.     (function() {
  12.     var e = document.createElement('script');
  13.       e.src = document.location.protocol +   '//connect.facebook.net/en_US/all.js';
  14.     e.async = true;
  15.       document.getElementById('fb-root').appendChild(e);
  16.     }());