tags:

views:

57

answers:

3

I hate Wordpress for numerous reasons, but clients love it because it gives them so many beautiful features for their blog posts. I'm looking to see if I could use Wordpress as a means for clients to input their posts without having to actually use it as the platform for their website.

Is it doable (and is it wise?) to setup a free Wordpress account on Wordpress.com and use the generated RSS feed as a means of importing posts into their website? Is there a different means to do this perhaps by using a Wordpress API I don't know about? Such a setup would require a separate solution for comments, like IntenseDebate.

Curious as to what others think of this.

+2  A: 

WordPress has an XML-RPC interface, so you could write some middleware to feed your blog with an RSS feed, or simply submit content via the XML-RPC API itself.

I'm sure there are probably some plugins (there are many to choose from) to read RSS feeds for WordPress too, but you'll have to scowl the WordPress site for the specifics.

Jamie Chapman
A: 

Have a look here if that's what you are looking for? I came across this in a Linux Format magazine that covered a desktop client that interacts with well known blogging API's such as wordpress such that you can blog off-line, and next time you connect, it will synchronise with the blogger....

tommieb75
A: 

What about post by email? WordPress › Postie « WordPress Plugins has more features than the WP's built-in post by email function, and there are hacks described in Postie's forums about supporting multiple emails and catergories.

songdogtech