Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Facebook缩略图_C#_Facebook_Html - Fatal编程技术网

C# Facebook缩略图

C# Facebook缩略图,c#,facebook,html,C#,Facebook,Html,Facebook不显示我网页上的缩略图 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="httpdocs_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-tr

Facebook不显示我网页上的缩略图

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"     Inherits="httpdocs_Default" %>

<!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">
<head runat="server">
<meta property="og:image" runat="server" content="http://fuzzel.org/Images/mercedes.jpg"/>
<title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        Welcome to Fuzzel
    </div>
    </form>
</body>
</html>

欢迎来到Fuzzel
我还得到了消息1验证(HTML5):属性“property”不是元素“meta”消息的有效属性。
我还使用了developers.facebook.com/tools/debug,它在那里显示缩略图,但当我发布www.fuzzel.org作为状态时,它不显示缩略图

您能澄清一下您的问题吗?预期的结果是什么?这段代码与Facebook有什么关系?这只是一个带有Facebook缩略图的网页的简单示例。我找到了解决办法。图像需要200x200像素才能工作。我不知道为什么