Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/08/2011, 09:34
Avatar de ciisteado
ciisteado
 
Fecha de Ingreso: enero-2008
Ubicación: Home Office
Mensajes: 111
Antigüedad: 16 años, 10 meses
Puntos: 0
Pregunta Validación W3C de <fb:like-box>

Hola a todos:

Pues tengo el problema de que mi widget de facebook no supera la validación de W3C

Este es el código del widget:

Código:
<script src="http://connect.facebook.net/es_ES/all.js#xfbml=1" type="text/javascript"></script>
<fb:like-box href="http://www.facebook.com/pages/NombrePagina/123456789" width="286" height="229" show_faces="true" border_color="white" stream="false" header="false"></fb:like-box>
Y al momento de validarlo me manda los siguientes errores:

there is no attribute "href"
there is no attribute "width"
there is no attribute "height"
there is no attribute "show_faces"
there is no attribute "border_color"
there is no attribute "stream"
there is no attribute "header"
element "fb:like-box" undefined


¿Alguien sabe cómo superar la validación? ojalá puedan ayudarme...

Desde ahorita, muchas gracias!