【发布时间】:2011-12-09 01:05:50
【问题描述】:
我的 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)元素,比如不支持。与 cmets 和 share 相同
这是我的 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">
【问题讨论】: