Предупреждение Facebook Open Graph о нескольких администраторах fb :

Я получаю предупреждение отладчика Facebook Open Graph, когда помещаю двух администраторов в метазначение fb:admins. С одним админом проходит нормально, а с двумя выдает предупреждение. Все работает нормально, но мое ОКР хочет, чтобы все было правильно. Любая помощь?

Вот мой код:

<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">

    <meta property="fb:app_id" content="122146944552301"/>
    <meta property="fb:admins" content="15901643,15932442"/>
    <meta property="og:type" content="article" />
    <meta property="og:url" content="http://uamedia.missouri.edu/mizmag/facebook-test.html" />
    <meta property="og:site_name" content="UA Media" />
    <meta property="og:title" content="Facebook Test" />

    <meta charset="utf-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

    <title>Facebook Test</title>
</head>

И я получаю эту ошибку:

Parser Mismatched Metadata The parser's result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input properties that were not seen in the parsed result: 'fb:admins'

Любые идеи?

18
задан sakibmoon 12 July 2013 в 19:04
поделиться