Is there a way to send a blog post to wordpress via an api?
- by Yuval Cohen
In more details:
I want to build a web service to which users register and by browsing my site, users can send blog posts to their own blogs. Initially wordpress.org is discussed. However, I'll be happy to hear solutions for typepad or wordpress.com as well.
The ideal solution would be a way for my server to simply "tell" their blog what to post (as a draft of course for them to confirm).
A good solution would be for my users to install a plugin in their blog that will allow my server the above functionality.
Lacking any other solution, I would give my users text to copy-paste into their blog editor.
Help me find a solution and feel free to be creative!