A better way to tell the world when your blog is updated.
This plugin is a simple way to let people know in real-time when your blog is updated. PubSubHubbub/WebSub is widely adopted and is used by Google Alerts and many other services. Subscription requests are relayed through hubs, which validate and verify the request. Hubs then distribute new and updated content to subscribers when it becomes available.
This plugin:
<link rel="hub" ...>
declarations to your template header and Atom feedBy default this plugin will ping the following hubs:
Please contact me if you operate a hub that you would like to be included as a default option.
pubsubhubub
directory to your /wp-content/plugins/
directoryWebSub provides a common mechanism for communication between publishers of any kind of Web content and their subscribers, based on HTTP web hooks. Subscription requests are relayed through hubs, which validate and verify the request. Hubs then distribute new and updated content to subscribers when it becomes available. WebSub was previously known as PubSubHubbub.
A WebSub Hub is an implementation that handles subscription requests and distributes the content to subscribers when the corresponding topic URL has been updated. Hubs MUST support subscription requests with a secret and deliver authenticated requests when requested. Hubs MUST deliver the full contents of the topic URL in the request, and MAY reduce the payload to a diff if the content type supports it.
A WebSub Publisher is an implementation that advertises a topic and hub URL on one or more resource URLs.
A WebSub Subscriber is an implementation that discovers the hub and topic URL given a resource URL, subscribes to updates at the hub, and accepts content distribution requests from the hub. The subscriber MAY support authenticated content distribution.
Project maintained on github at pubsubhubbub/wordpress-pubsubhubbub.
_deprecated_function
warningsself-link
generator