>
Download This Plugin | |
Download Elegant Themes | |
Name | HookPress |
Version | 1.14 |
Author | mitcho (Michael Yoshitaka Erlewine) |
Rating | 60 |
Last updated | 2015-01-31 03:44:00 |
Downloads |
8829
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
HookPress plugin added 7 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
HookPress plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! HookPress plugin ads no tables to your Wordpress blog database.Webhooks are a simple paradigm for developing instant notifications and mashups based on simple HTTP requests. With HookPress you can set up webhooks so that a specified URL (a public service or something you set up) is requested when certain WordPress actions occur. Possible uses include generating push notifications or using non-PHP web technology to extend WordPress.
A tutorial video is available on WordPress.tv.To learn about the various hooks WordPress provides, please consult the WordPress Plugin API's Action Reference and Filter Reference. Not all hooks are supported yet, but more are in the works.
To learn more about webhooks, take a look at the wikipedia page and also The Pushbutton Web by Anil Dash. Webhooks champion Jeff Lindsay's excellent slides are a particularly good place to start.
To write and host a target script The easiest option is to set up a script on your own server to catch POST requests and act on them. Requestbin is a nice, free service which will host an endpoint, collect all requests, and let you inspect them, which is a great way to test requests generated by your webhooks. There is also a PHP script which does a simple version of this, test.php
, included with HookPress.