我使用session值來設置Facebook的meta標籤的內容:當我查看網頁的源HTML出現這樣動態內容:標題Facebook的meta標籤
<meta property="og:title" content="<?php print $_GET['p']; ?>"/>
:
<meta property="og:title" content="Alex Atalla"/>
這意味着它已成功填充標題元標記內容中的會話值的值。
但是,當我使用Facebook的調試器它說:
Object Missing a Required Value: Object at URL 'http://www.palestinianz.com/' of type 'website' is invalid because a required property 'og:title' of type 'string' was not provided.
是什麼問題?
當我測試使用fac的URL電子書調試器:https://developers.facebook.com/tools/debug – 2012-08-01 01:29:56
只需查看palestinianz.com的來源,標題標籤就在那裏,但主頁上沒有值 – 2012-08-01 01:31:40
@DerekHunziker值什麼? – 2012-08-01 01:33:33