2017-06-07 5 views
0

Facebookにレビューするためにインスタント記事を送ってきましたが、記事に埋め込みに関する苦情がありました。ヘッダータグにスライドショーを使用することができます

ヘッダータグにスライドショーを使用できますか?それはページアプリで神に見えます。

<!doctype html> 
<html lang="sv" prefix="op: http://media.facebook.com/op#" > 
<head> 
<meta charset="utf-8"> 
<link rel="canonical" href="https://someurl" > 
<meta property="op:markup_version" content="v1.0"> 
</head> 
<body> 
<article> 
<header> <h1>Some header </h1> 
<!-- The authors of your article --> 
<!-- The date and time when your article was originally published --> 
<time class="op-published" datetime="Fri, 19 May 2017 15:28:24 +0200" >19 May 2017</time> 
<!-- The date and time when your article was last updated --> 
<time class="op-modified" dateTime="Fri, 19 May 2017 15:28:24 +0200" >19 May 
2017</time> 
<figure class="op-slideshow"> 
<figure> 
    <img alt="alttext" src="https://someurl/Bilder_och_dokument/anton-nygren-och-simon-nystromjpg_672881.html/ALTERNATES/LANDSCAPE_1200/Anton%20Nygren%20och%20Simon%20Nystr%C3%B6m.jpg" /> 
    <figcaption>Text text. 
     <cite>Photograf</cite> 
    </figcaption> 
</figure> 
</figure> 
</header> 

答えて

0

インスタント記事のレビューは、ヘッダータグからスライドショーを移動したときに行われました。

ページ上では、https://developers.facebook.com/docs/instant-articles/reference/coverには、この記事のヘッダーを定義するメディアがImage要素またはVideo要素である可能性があります。

関連する問題