How can I embed a WordPress blog into another site?

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?

Related posts

Leave a Reply

4 comments

  1. 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.

  2. 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.