4

我正在使用其示例代码在 Development Articles 下创建 Facebook 即时文章。我已经正确配置了规范网址,我的代码如下

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="canonical" href="http://fb.clinate.com">
<meta property="op:markup_version" content="v1.0">
</head>
<body>
<article>
  <header>
    <!-- The title and subtitle shown in your Instant Article -->
    <h1>Article Title</h1>
    <h2>Article Subtitle</h2>

    <!-- The date and time when your article was originally published -->
    <time class="op-published" datetime="2014-11-11T04:44:16Z">November 11th, 4:44 PM</time>

    <!-- The date and time when your article was last updated -->
    <time class="op-modified" dateTime="2014-12-11T04:44:16Z">December 11th, 4:44 PM</time>

    <!-- The authors of your article -->
    <address>
      <a>Author Name</a>
      Author description.
    </address>
    <address>
      <a>TR Vishwanath</a>
      Vish is a scholar and a gentleman.
    </address>

    <!-- A kicker for your article --> 
    <h3 class="op-kicker">
      This is a kicker
    </h3>

  </header>

  <!-- Article body goes here -->

  <!-- Body text for your article -->
  <p> Article content </p> 


  <footer>
    <!-- Credits for your article -->
    <aside>Acknowledgements</aside>

    <!-- Copyright details for your article -->
    <small>Legal notes</small>
  </footer>
</article>
</body>
</html>

我尝试将它添加到生产文章中,并在新页面上删除并尝试,但它仍然给出同样的错误。详细的错误信息如下

一般错误:文章从不同页面更新:无法从该页面更新文章。请使用最初创建文章的页面来更新它。

这是什么意思Updated From Different Page。我在我的帐户中只创建了一个页面。

4

2 回答 2

0

它是即时文章的一个错误。它不是你的帖子问题。一次如果你给 3 或 4 个帖子。那么显示 1 个帖子不是实时的。所以当你发布一些东西时要花点时间

于 2017-07-18T12:03:06.090 回答
0

稍等一下兄弟。如果您已将其链接到其他页面,请保持未发布。

于 2021-08-31T23:05:40.613 回答