为什么使用rss提要(http://facebook.moiraecreative.co.uk/facebook-test)没有用任何文章填充我的生产或开发提要。我们非常感谢所有的帮助。
您没有按照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>