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.
我必须建立 wordpress 博客。我的问题是,我使用 spring/jsp 进行网站开发,所以 wordpress(php) 博客和网站的 url 和端口号是不同的。我必须将博客集成到我目前正在使用 iframe 进行的网站中。但是对于 iframe,问题是我无法计算 iframe 的高度,因为它位于不同的 url 上,所以我必须固定页脚,只有博客部分可以滚动。
有什么方法或替代方法可以集成 wordpress 博客吗?
WordPress 有一个 rpc-api。您可以使用它来查询文章,但是您必须自己呈现它们。