這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

YD Webhook to XML-RPC

描述

Implement incoming Webhooks in WordPress

This plugin implements a simple gateway to transform webhook calls into regular XML-RPC calls.

WordPress has a very comprehensive XML-RPC API. This gateway will automatically accept webhook calls and convert them into XML-RPC.

It listen to Webhooks to trigger XML-RPC methods in WordPress.

It provides a simple short /webhook URL for triggering WordPress events.

From then on you can use the well-known and well-documented native WordPress XMLRPC API to respond to webhooks and implement needed features in your plugins and custom functions.

The incoming webhook POST data payload will be transferred as-is to the XML-RPC method. It should be XML for it to work well.

Needs PHP5.

Webhook syntax

If you are using pretty permalinks:

http://[your-site]/webhook?method=misc.method

If you are not using permalinks, you need to call the long full url:

http://[your-site]/wp-content/plugins/yd-webhook-to-xml-rpc/webhook.php?method=misc.method

replace misc.method with any XML-RPC method, either WordPress built-in, or your own, or from a third-party plugin.

Uses

This gateway has successfully been used to listen to Shopify webhooks to trigger WordPress events (such as upgrade user status when a purchase has been completed).

Active support

Drop me a line on my YD Webhook to XML-RPC plugin support site to report bugs, ask for specific feature or improvement, or just tell me how you’re using it.

Revisions

  • 0.1.0. Initial beta release of 2011/04/29

Did you like it?

Drop me a line on http://www.yann.com/en/wp-plugins/yd-webhook-to-xml-rpc

And… please rate this plugin –>

安裝

WordPress automatic installation is fully supported and recommended.

Needs PHP5.

常見問題

Where should I ask questions?

http://www.yann.com/en/wp-plugins/yd-webhook-to-xml-rpc

Use comments.

I will answer only on that page so that all users can benefit from the answer.
So please come back to see the answer or subscribe to that page’s post comments.

Puis-je poser des questions et avoir des docs en français ?

Oui, l’auteur est français.
(“but alors… you are French?”)

What is your e-mail address?

It is mentioned in the comments at the top of the main plugin file. However, please prefer comments on the plugin page (as indicated above) for all non-private matters.

評價

There are no reviews for this plugin.

貢獻者及開發者

“YD Webhook to XML-RPC” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 YD Webhook to XML-RPC 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1.0

  • Initial beta release