Foros del Web » Creando para Internet » HTML »

Validacion boton Facebook HTML 4.01 Strict

Estas en el tema de Validacion boton Facebook HTML 4.01 Strict en el foro de HTML en Foros del Web. Buenos días! He incluido el botón de facebook en mi página (4.01 Strict). Este es el código incluido en el html: Código: <div id="fb-root"></div> <script ...
  #1 (permalink)  
Antiguo 10/05/2012, 02:16
 
Fecha de Ingreso: octubre-2011
Mensajes: 8
Antigüedad: 12 años, 5 meses
Puntos: 0
Validacion boton Facebook HTML 4.01 Strict

Buenos días!

He incluido el botón de facebook en mi página (4.01 Strict).

Este es el código incluido en el html:

Código:
<div id="fb-root"></div>
                        <script type="text/javascript">(function(d, s, id) {
                          var js, fjs = d.getElementsByTagName(s)[0];
                          if (d.getElementById(id)) return;
                          js = d.createElement(s); js.id = id;
                          js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1";
                          fjs.parentNode.insertBefore(js, fjs);
                        }(document, 'script', 'facebook-jssdk'));</script>               
                    <div class="fb-like" data-href="http://www.facebook.com/pages/Mi-Pagina/1548658254879" data-send="false" data-layout="button_count" data-width="450" data-show-faces="true">
                    </div>
Al validarla por el w3c me salen los siguientes errores y no logro eliminarlos. Se pueden solucionar de alguna manera?

Código:
 Line 55, Column 178: there is no attribute "DATA-WIDTH" …end="false" data-layout="button_count" data-width="450" data-show-faces="true">✉ 
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). 

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. 

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash. 

 Line 55, Column 200: there is no attribute "DATA-SHOW-FACES" …end="false" data-layout="button_count" data-width="450" data-show-faces="true">✉ 
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). 

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. 

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash. 

 Line 59, Column 107: there is no attribute "DATA-SHOW-COUNT" …witter-follow-button" data-show-count="false" data-lang="es" data-show-screen-…✉ 
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). 

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. 

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash. 

 Line 59, Column 125: there is no attribute "DATA-LANG" …on" data-show-count="false" data-lang="es" data-show-screen-name="false">Segui…✉ 
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). 

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. 

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash. 


 Line 59, Column 152: there is no attribute "DATA-SHOW-SCREEN-NAME" 
…count="false" data-lang="es" data-show-screen-name="false">Segui @Mi-pagina</a>✉ 
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). 

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. 

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Saludos y gracias
  #2 (permalink)  
Antiguo 10/05/2012, 05:48
Avatar de loganbdn  
Fecha de Ingreso: enero-2009
Ubicación: Badalona
Mensajes: 114
Antigüedad: 15 años, 3 meses
Puntos: 1
Respuesta: Validacion boton Facebook HTML 4.01 Strict

Hola esto es una prueba

Última edición por loganbdn; 07/08/2014 a las 16:53

Etiquetas: css, facebook, página, botones
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 03:42.