2012-06-28 1 views
0

이 페이지에서 Facebook의 미리보기 이미지 대신 비디오 플레이어를 표시하고 싶습니다. 현재 페이스 북은 어떤 경우에는 플레이어를 표시하고 그렇지 않은 경우에는 플레이어를 표시합니다. https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.plant4thegospel.com%2Fresources%2Fvideo%2F78-why-gospel-graceLinter 오류 : 외부 속성 :이 유형의 개체는 'video : type'속성을 허용하지 않습니다.

나는 이러한 오류를 받고 있어요 :

여기 링크입니다.

Extraneous Property: Objects of this type do not allow properties named 'video:type'. 
Extraneous Property: Objects of this type do not allow properties named 'video:secure_url'. 
Extraneous Property: Objects of this type do not allow properties named 'video:width'. 
Extraneous Property: Objects of this type do not allow properties named 'video:height'. 
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 property =>content pairs that were not seen in the parsed result: 'og:video:type => application/x-shockwave-flash, og:video:secure_url => https://vimeo.com/moogaloop.swf?clip_id=44753220, og:video:width => 640, og:video:height => 360' 

어떤 아이디어 ??

다음은 내 OG 태그입니다 ... 주문합니다.

<meta property="og:title" content="Why Gospel Grace Church? - Videos"/> 
<meta property="og:type" content="video.movie"/> 
<meta property="video:type" content="application/x-shockwave-flash"/> 
<meta property="og:video" content="http://vimeo.com/moogaloop.swf?clip_id=44753220"/> 
<meta property="video:secure_url" content="https://vimeo.com/moogaloop.swf?clip_id=44753220"/> 
<meta property="video:width" content="640"/> 
<meta property="video:height" content="360"/> 
<meta property="og:url" content="http://www.plant4thegospel.com/resources/video/78-why-gospel-grace"/> 
<meta property="og:image" content="http://b.vimeocdn.com/ts/311/086/311086152_960.jpg"/> 
<meta property="og:description" content="Salt Lake City needs churches like Gospel Grace Church. Salt Lake City is a major metropolitan area packed with one million people--prosperous and needy, religious and irreligious, young and old, international and domestic--searching for hope apart from Jesus. Over the next few weeks, we'll be posting four videos that describe our hopes for Gospel Grace Church and the city."/> 
<meta property="fb:admins" content="512988036"/> 
<meta property="fb:app_id" content="122489644534138"/> 
<meta property="og:locale" content="en_gb" /> 
<meta property="og:site_name" content="Plant For the Gospel" /> 

답변

1

<meta property="og:type" content="video.movie"/> 

에 변경 시도

<meta property="og:type" content="video.other"/> 
관련 문제