The Web Answer Man

Subscribe today for tips, tricks, and useful advice to help you with your web site.
The Web Answer Man Send your questions to The Web Answer Man.
Post Articles to WordPress with XML-RPC

You don't need to post articles to your blog through the WordPress user interface anymore. WordPressXmlRpc is a PHP library that will allow you to add content to your blog from any PHP application.

One application where this library is being is used is for employee feedback in a company intranet using Joomla. A form is displayed where a question, comment, or criticism is written. Its then submitted to management in addition to posting as a draft message on a blog. IF the the post is approved, then its set to Active by the blog administrator allowing other employees to view and comment on it.

WordPressXmlRpc is easy to install and use. Its also free for use for personal and commercial web sites.

You can download it at the WordPressXmlRpc page.