我有一個Facebook的即時文章驗證問題。對於我的一篇文章中此錯誤消息彈出:幻燈片放映中的不支持的元素(Facebook即時文章)
Slideshow Contains Unsupported Elements: Only image elements can appear in a slideshow. Ensure that slideshow (at /html/body/article/figure[3]) only contains supported elements. Refer to Slideshows under Format Reference in Instant Articles documentation for more information.
下面的代碼:
<figure class="op-slideshow">
<figure>
<img src="https://www.example.com/image1.jpg">
<figcaption>Caption1</figcaption>
</figure>
<figure>
<img src="https://www.example.com/image2.jpg">
<figcaption>Caption2</figcaption>
</figure>
</figure>
它是由PHP官方SDK生成的,並且在本例中,他們使用的是非常相似的結構。 (http://take.ms/nookv)這是一個錯誤?