XHTML 验证:未找到类似元素
我的 aspx 页面有一些 facebook 插件,例如分享、评论流,
<fb:like href="http://Thomasblog.somee.com" send="true" width="450" show_faces="true" font="lucida grande"></fb:like>
<p> Please add your comments and suuggestions </p>
<p><fb:comments href="http://Thomasblog.somee.com" num_posts="4" width="500"></fb:comments></p>
<p><a name="fb_share" type="Share" share_url="http://Thomasblog.somee.com"></p>
这里有一个错误(验证:XHTML 1.0)元素,例如不受支持。与评论和分享相同
这是我的 XHTML 声明
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head runat="server">
My aspx page has a few facebook plugins like, share, comment stream
<fb:like href="http://Thomasblog.somee.com" send="true" width="450" show_faces="true" font="lucida grande"></fb:like>
<p> Please add your comments and suuggestions </p>
<p><fb:comments href="http://Thomasblog.somee.com" num_posts="4" width="500"></fb:comments></p>
<p><a name="fb_share" type="Share" share_url="http://Thomasblog.somee.com"></p>
Here there is a error(Validation: XHTML 1.0) element like not supported. Same with comments and share
Here is my XHTML declaration
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head runat="server">
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Facebook 标记还不是有效的 XHTML,因此它当然无法验证。不过,这可能只是一个警告,因此假设标记正确,您应该不会有问题。
Facebook markup is not not valid XHTML (yet), so of course it won't validate. It's probably just a warning though, so you shouldn't have a problem with it assuming the markup is correct.