Facebook 页面集成未验证
Facebook 提供的网站集成代码为: 但是,这并没有得到验证。如果我像这样将标签放在注释中,它仍然有效吗?
为什么他们不直接使用 name
属性而不是 property
?
请注意,我使用的是 HTML5( doctype)。
The code that Facebook provides for website integration is: <meta property="fb:page_id" content="<pageid>" />
However, this doesn't validate. Would it still work if I enclose the tag in comments like so? <!--<meta property="fb:page_id" content="<pageid>" />-->
Why didn't they just use the name
attribute instead of property
?
Note that I am using HTML5 (<!DOCTYPE html>
doctype).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
验证并且似乎有效。
Using
<!--<meta property="fb:page_id" content="<pageid>" />-->
validates and it seems to work.