0
任何想法爲什麼RSS飼料(http://facebook.moiraecreative.co.uk/facebook-test)沒有填充我的生產或開發飼料與任何文章。所有的幫助,非常感謝。RSS種子沒有填充Facebook即時文章
任何想法爲什麼RSS飼料(http://facebook.moiraecreative.co.uk/facebook-test)沒有填充我的生產或開發飼料與任何文章。所有的幫助,非常感謝。RSS種子沒有填充Facebook即時文章
您尚未根據Facebook指南格式化。 看一看:https://developers.facebook.com/docs/instant-articles/reference/
根據Facebook發佈的指導原則,您的代碼並不合適。它應該包含以下代碼。
<content:encoded>
<![CDATA[
<!doctype html>
<html lang="en" prefix="op: http://media.facebook.com/op#">
<head>
<meta charset="utf-8">
<link rel="canonical" href="http://example.com/article.html">
<meta property="op:markup_version" content="v1.0">
</head>
<body>
<article>
<header>
<!— Article header goes here -->
</header>
<!— Article body goes here -->
<footer>
<!— Article footer goes here -->
</footer>
</article>
</body>
</html>
]]>
</content:encoded>