4
我正在開發文章下創建Facebook即時文章及其示例代碼。我已經正確配置規範網址和我的代碼如下一般錯誤:'文章從不同頁面更新',同時在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
。我在我的帳戶中只創建了一個頁面。