セッション値を使用して、Facebookメタタグのコンテンツを設定します。
<meta property="og:title" content="<?php print $_GET['p']; ?>"/>
Webサイトのソースを表示すると、htmlは次のように表示されます。
<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.
何が問題ですか ?