XHTML 验证:未找到类似元素

发布于 2024-12-10 10:20:29 字数 814 浏览 0 评论 0原文

我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

涫野音 2024-12-17 10:20:29

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文