Mobile app version of vmapp.org
Login or Join
Dunderdale272

: How can I resolve HTML validation errors when using Facebook Comments? I am trying to validate my document that has the following facebook comments tag <fb:comments width="425"></fb:comments>

@Dunderdale272

Posted in: #Facebook #Html #Validation

I am trying to validate my document that has the following facebook comments tag

<fb:comments width="425"></fb:comments>


I am getting validation error:


Line 333, Column 45: Element name
fb:comments cannot be represented as
XML 1.0.


Element fb:comments not allowed as child of element div in this context. (Suppressing further errors from this subtree.)


Any idea how to fix it?

Joel

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Dunderdale272

1 Comments

Sorted by latest first Latest Oldest Best

 

@Angela700

You need to use an appropriate doctype.

This has been covered (for HTML docs) on StackOverflow: stackoverflow.com/questions/2761622/new-facebook-like-button-html-validation

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme