YD Webhook to XML-RPC
This plugin implements a basic webhook – to – XML-RPC gateway in WordPress.
WordPress has a very comprehensive XML-RPC API. This gateway will automatically accept webhook calls and convert them into XML-RPC.
From then on you can use the well-known and well-documented WordPress XML-RPC API to respond to webhooks and implement needed features in your plugins and custom functions.
le 22 August 2011 à 1:19 h
Is it possible to post to wordpress using a webhook?
le 22 August 2011 à 10:28 h
YOu can post to WordPress using XML-RPC. My Webhook to XML-RPC gateway could help you automate posting using a webhook, with some custom code.
le 2 December 2011 à 15:56 h
can we post articles in another sites using this plugin….???
le 2 December 2011 à 16:29 h
@Shoaib : same answer as above, if you need to post to WordPress through a webhook, this plugin is useful. Otherwise just use straight XML-RPC to the existing WordPress interface, you don’t need this plugin.
le 6 March 2012 à 19:23 h
I’m hoping to use this in conjunction with Wufoo which accepts webhooks, and I want to add new users to WordPress so I might add one more WP plugin to this mix (e.g. XML-RPC Modernization).
Let me know if you can lend a hand in the connection process, I’m a developer but I just want to reach out to see what your interest in this area might be. If you have some time and are interested I would be greatly interested in recruiting your services.
le 6 March 2012 à 19:29 h
@David: I’ll be glad to help if I can find time and someone can somehow pay for it 😉 You can contact me by e-mail when you have specific needs, my e-mail address can be found at the top of the main plugin file.
le 1 June 2012 à 11:31 h
I would like to use your plugin to cross-post from a wordpress.com-blog to a self-hosted wordpress.org-blog using the wp.com’s webhooks ability. But i don’t get it to work. Is there any help?
le 1 June 2012 à 13:00 h
Hint: Whenn I call the webhook-URL, wordpress answers:
“Bad username/password combination”
:-/