我们已将即时文章发送给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>
当我们从标头tagg移动幻灯片时,即时文章的评论确实会进行。
在页面上https://developers.facebook.com/docs/instant-articles/reference/cover说,媒体可以是定义本文标题的图像或视频元素。