如何将 WordPress 博客嵌入到另一个网站中?
我目前使用 iWeb 制作我的网站。 有没有办法可以将 WordPress 博客嵌入到网站中? 是通过简单的选项还是通过编码?
I currently make my website using iWeb. Is there a way that I can embed a WordPress blog into the site? Either through an easy option or through coding?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
可以做到,但不能通过 iWeb。 您需要通过代码来完成此操作(在 WordPress 的情况下,是 PHP)。
这是将 WordPress 与您的网站集成的指南,恐怕列出步骤对于 SO 来说太长了。
http://codex.wordpress.org/Integrating_Wordpress_with_Your_Website
It can be done, but not through iWeb. You will need to do it through code (in Wordpress' case, PHP).
Here's a guide for integrating Wordpress with your site, I'm afraid laying out the steps would be far too long an answer for SO.
http://codex.wordpress.org/Integrating_Wordpress_with_Your_Website
我同意 iFrame 是最简单的方法...
但是这种方法存在一些实际问题。 WordPress 有自己的自动导航供访问者使用,将他们带到可能与正常导航不同的地方。 类别和其他无法关闭的内容。 您可以通过对 css 进行一些调整来删除这些内容,但您也可以执行 php 操作。
I would agree that an iFrame is the easiest way...
However there are some real problems with this method. Wordpress has it's own automatic navigation which visitors will use, taking them to places that may be different than your normal navigation would. Categories and other that cannot be switched off. You can remove these through some tweeking of the css but then you might as well do the php thing.
我在 PC 上使用 NetObjects 而不是 iWeb,但我使用 iframe 来完成我的任务,并认为该技术可以适用于 iWeb。 基本上它涉及添加 iframe HTML、一些 javascript 来调整 iframe 高度,以及对 WordPress 主题进行一些调整以摆脱标题。
我在这里制作了一个关于如何做到这一点的教程视频:http://www.youtube.com/ watch?v=7GuocgQlCmw YouTube 上的描述包括指向我获取如何执行此操作的信息的链接以及描述该过程的博客条目。
I'm on a PC and using NetObjects instead of iWeb, but I used iframes to do mine and think the technique could work for iWeb. Basically it involved adding the iframe HTML, some javascript to adjust the iframe hieght, and some tweaks to the WordPress theme to get rid of the header.
I put together a tutorial video on how I did it here: http://www.youtube.com/watch?v=7GuocgQlCmw The description on youtube includes links to where I got the information on how to do it and my blog entry describing the process.
最简单的方法是在iweb中制作一个iframe,然后将你的wordpress博客插入到iframe中。 很多人都是这样做的。
The simplest way is to make an iframe in iweb and insert your wordpress blog in the iframe. Many people do it this way.