Check out this demo video of a new plugin by mitcho, called HookPress. HookPress adds the ability to use webhooks as WordPress actions and filters. Since webhooks run from a web server (not directly inside WordPress), this means that you could, for example, use scripts in python, perl, ruby, or whatever to extend WordPress. How’s that for nifty? And what’s extra nice is that the user interface for it on the WordPress side looks super simple to use.
[vimeo]http://vimeo.com/5905102[/vimeo]
If you want to do some quick experimentation, you can try out the scriptlets server, where you can code up a quick server-side function in Javascript, and immediately get a URL for your own custom webhook.
See the original HookPress post on mitcho’s blog. Download HookPress from the plugin repository.
WordPress Webhooks PluginRelated posts:
- Jumping Into WordPress Plugin Programming
"In a few weeks, I will be a presenter at WordCamp Birmingham 2009 (that’s Birmingham, Alabama, not England, by the way). Last year, I did..." - Easy Gravatars Plugin
" Since so many people seemed to be interested, I went ahead and coded up my new Gravatars plugin: Easy Gravatars. It’s designed to be..." - XCache Object Cache Plugin for WordPress 2.5+
" Download: xcache-plugin.zip Version: 0.7d Updated: August 29, 2008 Size: 1.94 KB Powered by Drain Hole This is another one of those articles that will..." - W3 Total Cache Plugin
" There’s a new WordPress cache plugin in town, and it’s called W3 Total Cache. This plugin is one of the contestants in the 2009..." - Theme Preview Plugin
" Early in the development of the “themes” support in WordPress, I bugged Ryan Boren for a “preview” feature. Instead, he wrote a Theme Switcher..."














2 Comments
Great plugin!
Sometimes, remote server execution can be a severe security threat. One should definately reconsider before using this one, at least in terms for security. Other than that, it’s a nice plugin.