General Question
In need of quick help with HTML 5 code. Can't fix error of facebook like button.
I am working on a webpage. I did everything on HTML5. I recently added the social media buttons and when I validate it, it shows me this error (this is for the facebook like button):
Line 628, Column 270: Element name fb:like cannot be represented as XML 1.0.
…?sk=wall” send=“false” width=“400” show_faces=“false” font=”” alt=””></fb:like>
✉
Line 628, Column 270: Element fb:like not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
…?sk=wall” send=“false” width=“400” show_faces=“false” font=”” alt=””></fb:like>
Content model for element div:
Flow content.
What can I do to make this right?
Thank you!
6 Answers
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.