2017-06-07 32 views
0

我們已將我們的即時文章發送給Facebook進行審閱,並且我們收到了一些關於我們在文章中嵌入的投訴。您可以在標題標籤中使用幻燈片

你可以在標題標籤中使用幻燈片嗎?它在Pages應用中看起來很神。

<!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> 

回答