2012-03-02 31 views
0

我有一个问题让Facebook来识别我的开放图标签。在查看页面的源代码时,我看到了开放图形标签,但是当我去到Facebook的开放图形标签调试器时,它没有选择开放图形标签。开放图标签不被Facebook阅读,但在页面源

这里的来源是什么样子:

<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#"> 
<head> 
<meta charset="UTF-8" /> 
<title>Run When You - Arte House on Joss &amp; Main</title> 
<meta name="description" content="With its' vibrant pastel color scheme and and unique design this wall art sign provides the perfect inspirtation for anytime of the day. Comes complete with ..." />  
<meta name="keywords" content="Vintage-Inspired Wood Plank Wall Art" />   
<meta property="fb:admins" content="32604531" /> 
<meta property="og:title" content="I love the Run When You in the Arte House event at Joss &amp; Main!" /> 
<meta property="og:description" content="With its' vibrant pastel color scheme and and unique design this wall art sign provides the perfect inspirtation for anytime of the day. Comes complete with ..." /> 
<meta property="og:image" content="https://secure.common.josscdn.com/lf/53/hash/15872/5360609/1/Run+When+You.jpg" /> 
<meta property="og:site_name" content="Joss &amp; Main" /> 
<meta property="og:type" content="product" /> 
<meta property="og:url" content="https://www.jossandmain.com/Run-When-You~QVH1296~E627.html" /> 

下面介绍一下Facebook的debuger pickes起来:

网址:https://www.jossandmain.com/Run-When-You~QVH1296~E627.html

https://developers.facebook.com/tools/debug/og/object?q=https%3A%2F%2Fwww.jossandmain.com%2FRun-When-You%7EQVH1296%7EE627.html

​​

我敲我的头在墙上 - 任何想法?

回答

0

您确定标签在那里吗?下面是我在网址看到:enter image description here

+0

哈!好的,我发现这个问题要归功于你的帖子。问题在于,作为注销用户,不会生成opengraph标签。 – 2012-03-02 20:46:54

0

有同样的问题改变

<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#"> 

只是

<!DOCTYPE html> 

来源: http://www.thesoftgrounds.com