将内联相关文章放置在Facebook即时文章(Wordpress)中

时间:2018-07-13 16:47:48

标签: wordpress facebook article instant

我目前正在使用WordPress构建我的网站。

我正在为Facebook即时文章使用“本地文章”插件。

我对即时文章中的转换规则一无所知。

我想在我的即时文章内容中包含一些在线相关文章,例如本网站(http://says.com/my/news/how-the-25-year-old-thai-coach-kept-12-boys-alive-while-trapped-in-the-cave

(请检查本文的底部):

Attachment

我在Facebook开发者网站(https://developers.facebook.com/docs/instant-articles/reference/related-articles)上进行了检查,并在我的文章中添加了要求代码(以文本模式),但仍然无法正常工作。

下面是我添加到文章中的示例代码:

<article>
  <p>A paragraph of body text.</p>
  <ul class="op-related-articles" title="Title of Related Articles List">
    <li><a href="http://example.com/article.html"></a></li>
    <li><a href="http://example.com/another-article.html"></a></li>
  </ul>
  <p>Another paragraph of body text.</p>
</article>

我替换了这些示例文本并链接到我自己的文本,但仍不会出现在Facebook的即时文章中。

我是否需要为插件或其他任何步骤输入一些转换规则?

请告知。

0 个答案:

没有答案