Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做AMP 项目。我想在 AMP 网站上发表我的博客文章。
我如何在 AMP 网站上获取所有博客文章。中以 json 格式为我的博客提供 RSS 提要。所以我的问题是我如何从媒体获取 POST。
为了在您的 AMP 网站上获取您的 Medium 故事,您需要调用 RSS。如果您可以在后端进行调用,并通过您选择的 HTML 模板语言呈现响应,您就可以将您的博客文章放入网站,而不会破坏验证。
在前端做这件事很困难,因为 AMP 禁止所有用户编写的 javascript。您也许可以查看<amp-form>AMP 组件,看看是否可以根据需要调整它。
<amp-form>