Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote managing/publishing of Liveblogs #27

Closed
mcarli opened this issue Sep 10, 2012 · 4 comments
Closed

Remote managing/publishing of Liveblogs #27

mcarli opened this issue Sep 10, 2012 · 4 comments

Comments

@mcarli
Copy link

mcarli commented Sep 10, 2012

Hi,
today smartphone and tablet is a very important in live coverage events, so i think is important to implement a way for posting via XMLRPC (for example from a custom application, or maybe from Wordpress app).

Liveblog use "comment" as single post element, so i saw "wp.newComment" method for create a new post in real-time, but wp.newComment create a comment without any chance for hardwrite "comment_type" and "comment_approved" options.

Is not simple to rewrite wp_newComment() (called by wp.newComment method) for setting comment_type and comment_approved because this one use wp_new_comment() that overwrite "comment_approved".

Any suggestion?

@mcarli
Copy link
Author

mcarli commented Sep 13, 2012

I'm working for extend XML-RPC WP server library.
Soon a method for create and delete a liveblog entry

@nb
Copy link
Member

nb commented Sep 18, 2012

If we're adding code to deal with creating/deleting entries from another place, it would be awesome to hear your ideas on #4.

@philipjohn philipjohn changed the title Ideas for publish liveblog post via XMLRPC Remote managing/publishing of Liveblogs May 28, 2015
@philipjohn
Copy link
Contributor

It'd be great to allow remote access to Liveblogs.

It would be preferable to do have custom WP-API endpoints for this, rather than XML-RPC, but perhaps we should accommodate both?

@philipjohn philipjohn removed this from the future milestone Jan 15, 2017
@philipjohn
Copy link
Contributor

I'm going to close this because we're building API support #217

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants