2017-06-07 29 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> 

回答