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:
Y al momento de validarlo me manda los siguientes errores:<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>
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!