Post HTML data via XMLRPC in Python ?

Posted by mrblue on Stack Overflow See other posts from Stack Overflow or by mrblue
Published on 2011-01-02T11:44:17Z Indexed on 2011/01/02 11:54 UTC
Read the original article Hit count: 360

Filed under:
|
|
|

Hi all,

I am writing a small script by Python to connect and post content to my WordPress blog. It's pretty straightforward with https://github.com/maxcutler/python-wordpress-xmlrpc

However, when i tried to input a HTML data, for example:

<b>Hello</b>

It appears exactly in the WordPress post (I watch it from the visual editor, and I need to re-format it by copying the data to HTML mode to have the expected result.

What should I do with my python script ?

Thank you very much

© Stack Overflow or respective owner

Related posts about php

Related posts about python