Submit WordPress (with OpenGL Preview) Add-on

Hi,

Here is submit WordPress Add-on : https://github.com/lab1092/submitwordpress

(privious version is - http://www.pasteall.org/43810/python)

you can submit your WIP to your WordPress blog from Blender 3d view.


First,Check - Enabling XML-RPC ( http://codex.wordpress.org/XML-RPC_Support ).
and then enable this Add-on. you can find it on 3dview > tool shelf.

Fill your userid , password , xmlrpc path. if you want use same blog at next time, click [Update] button.
(caution: these fields are stored file in raw text data.)

Fill title and some text, press [SubmitWordpress] button.

Actually I posted it by using this Add-on :slight_smile: -> here and here.

[EDIT]: update the script with some enhancement. and move it to github https://github.com/lab1092/submitwordpress

Hi Manda,

I have downloaded your very good add-on. Great thanks for this one.
I have a question, please: how are you use the picture on your site worldpress or where is loaded your picture with your add-on? In what folder? .worldpress.com/xmlrpc.php -> is it a script to place your picture in a worldpress’s folder? The rest is easy to use but the uploading is difficult, no?

Thanks a lot for your future reply.
Congratulations.
Spirou4D

Hi Spirou4D,

I have a question, please: how are you use the picture on your site worldpress or where is loaded your picture with your add-on? In what folder? .worldpress.com/xmlrpc.php -> is it a script to place your picture in a worldpress’s folder? The rest is easy to use but the uploading is difficult, no?

I just use XML-RPC WordPress API(wp.uploadFile) for uploading the image.
so I don’t care about the folder. It depends on your WordPress settings.

also I refered - wp.uploadFile xmlrpc from python encode base64.

thanks.

Ok Manda, I understand now. It’s a worldpress module to upload automatiquely.

O Sama, Domo arigatoo!
Genki de.
Yâ matta!

す お神 神、ありがとうございま。
健康であること。
もうすぐ。
Spirou4D

update the script with some enhancement. and move it to github https://github.com/lab1092/submitwordpress

and joomla! :frowning: ( ?

Hi Symphony,

sorry I have not the joomla! so I can’t test it.
at least you should replace “server.wp.uploadFile” for joomla!(or MT?) . it is XML-RPC API for WordPress.