2012-03-02 28 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