Is there a way to send a blog post to wordpress via an api?
Posted
by Yuval Cohen
on Stack Overflow
See other posts from Stack Overflow
or by Yuval Cohen
Published on 2010-06-12T06:47:34Z
Indexed on
2010/06/12
6:52 UTC
Read the original article
Hit count: 247
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!
© Stack Overflow or respective owner