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