Buenas a todos.
El código que te da Facebook para lo del botón Me Gusta, no pasa la validación XHTML.
¿Alguien ha encontrado una solución al respecto?
Os dejo mi código:
<div id="fb-root"></div><script type="text/javascript" src="http://connect.facebook.net/es_ES/all.js#appId=274873102525054&xfbml=1"></script><fb:like href="http://www.gccampus.com" send="true" width="600" height="80" show_faces="true" font="verdana"></fb:like>
Los errores que da son los siguientes:
- there is no attribute "href"
- there is no attribute "send"
- there is no attribute "width"
- there is no attribute "height"
- there is no attribute "show_faces"
- there is no attribute "font"
- there is no attribute "fb:like"
- there is no attribute "data-show-count"
- there is no attribute "data-lang"
- there is no attribute "g:plusone"
Me imagino que a algunos les pasará lo mismo.
Espero que alguien me pueda ayudar
Gracias, saludos.