一般错误:'文章从不同页面更新'在facebook中创建即时文章

时间:2016-09-20 08:46:32

标签: facebook facebook-instant-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。我在我的帐户中只创建了一个页面。

1 个答案:

答案 0 :(得分:0)

它是即时artical的错误。不是你的帖子问题。如果你给3或4个帖子那么。然后显示1个帖子不是活的。所以你发帖时花点时间