BlogThing Icon    Connection to your blog via XML-RPC

In order to post new blog entries BlogThing connects to your blog using XML-RPC. XML-RPC is a protocol that allows programs to communicate with server processed and instruct them to perform some task. In this case the task is to create a new blog entry. Please consult the documentation for your blogging software to determine the XML-RPC URL for your blogging software.

BlogThing currently only supports blogs that provide the metaWeblog API. These include WordPress, Typo and many others.

 

If you are using WordPress for your blog then the blog XML-RPC URL is the address of your blog with xmlrpc.php added to the end

for example:
    http://blog.danielparnell.com/xmlrpc.php

If you are using typeo for your blog then the blog XML-RPC URL is the address of your blog with backend/xmlrpc added to the end

for example:
    http://blog.danielparnell.com/backend/xmlrpc

 

Check that your blogging software supports the metaWeblog APIs