Twitter Asides 2008-04-19
- Anyone have working PHP code for posting to Wordpress using XML-RPC? Don’t want to reinvent the wheel here for a little app. #
- I figured out what I needed for posting to WordPress via PHP and XML-RPC using Incutio’s nice library: http://scripts.incutio.com/xmlrpc/ #
- New blog post: LinkLog http://tinyurl.com/567cjf #
- New blog post: LinkLog http://tinyurl.com/5reln6 #
- Note to self: turn off Twitter notifications when making db updates and testing posting scripts. Sorry about that. @phaedraal I am honored! #

April 21st, 2008 at 5:40 am
Did you get things figured out for posting to WordPress via XML-RPC? You mentioned using the IXR library, I recommend getting the latest version from http://ixr.googlecode.com/svn/trunk/IXR_Library.inc.php
Let me know if you are still having issues with this and I’ll send you some sample PHP code for making this work. There is also an email list for WordPress & XML-RPC that may be helpful to you: http://lists.automattic.com/mailman/listinfo/wp-xmlrpc
April 21st, 2008 at 7:59 am
Thanks, Joseph. I did figure things out, but I will grab the SVN code. The trouble I was having was just figuring out variously under-documented bits (how to post tags). I plan to add some note so to the Codex page soon!