Saturday 26 June 2010

Remote Post Wordpress Autoblog

A few ressources regarding remote posting to Wordpress with PHP, I have listed 3 methods:


- the best solution first: using Wordpress XML library --> Posting to Wordpress with php and XML RPC


- using CURL (but you'll need to make sure that the CURL and standard xmlrpc libraries are activated on your server first:
--> Initial Source (in French)
--> in English (but less information)

- using wordpress library without XMLrpc (not the best solution because the function wp_insert_post will sanitize/change your code)
--> not the best solution for Wordpress remote posting...

No comments:

Post a Comment