私のFacebookのコメントは電子メールの入力ページの下に隠されています。電子メールを入力すると、ページにコメントボックスが表示されます。 http://anyluckyday.com - プロモーションを入力すると、コメントが表示されます。私はすべての私のページに入れませんエラーは次のとおりです。ここでFacebookのコメントURLに到達できません - URLのフォローが失敗しました
Errors That Must Be Fixed:
URL Follow Failed: There was an error in fetching the object at URL 'http://anyluckyday.com/promo/21/lookmatic-eyeglasses', or one of the the URLs specified via a redirect or the 'og:url' property including one of http://anyluckday.com/promo/21/lookmatic eyeglasses.
Circular Redirect: Circular redirect path detected (see Redirect Path section for details).
Error Scraping Redirect: Bad Response Code (redirect)
は私が適切なURLにリダイレクトし、情報を引き出すためにメタプロパティのために使用していますものです:
<meta property="og:type" content="webpage"/>
<meta property="og:url" content="http://anyluckday.com<?=$_SERVER['REQUEST_URI']?>"/>
<meta property="og:image" content="http://anyluckyday.com/uploads/<?=$img[3]['path']?>"/>
<meta property="og:site_name" content="AnyLuckyDay - <?=$data['title']?>"/>
<meta property="og:description" content="AnyLuckyDay - <?=$data['title']?>"/>
任意のアイデア理由これらのエラーが発生していますか?