All Projects → pubsubhubbub → Wordpress Pubsubhubbub

pubsubhubbub / Wordpress Pubsubhubbub

Licence: mit
WebSub/PubSubHubbub for WordPress

Projects that are alternatives of or similar to Wordpress Pubsubhubbub

Super Progressive Web Apps
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
Stars: ✭ 304 (+520.41%)
Mutual labels:  wordpress, plugin, wordpress-plugin
Wordpress Indieweb
Helps you establish your IndieWeb identity by extending the user profile to provide rel-me and h-card fields. It also includes a bundled installer for a core set of IndieWeb-related plugins.
Stars: ✭ 64 (+30.61%)
Mutual labels:  wordpress, plugin, wordpress-plugin
Wp Shopify
🎉 Sell and build custom Shopify experiences on WordPress.
Stars: ✭ 38 (-22.45%)
Mutual labels:  wordpress, plugin, wordpress-plugin
Kirki
Extending the customizer
Stars: ✭ 1,175 (+2297.96%)
Mutual labels:  wordpress, plugin, wordpress-plugin
Sportspress
An open source league statistics plugin for WordPress created by ThemeBoy.
Stars: ✭ 124 (+153.06%)
Mutual labels:  wordpress, plugin, wordpress-plugin
Jetpack
Security, performance, marketing, and design tools — Jetpack is made by the WordPress experts to make WP sites safer and faster, and help you grow your traffic.
Stars: ✭ 1,283 (+2518.37%)
Mutual labels:  wordpress, plugin, wordpress-plugin
Wordpress Plugin Installer
A PHP class for installing and activating WordPress plugins.
Stars: ✭ 69 (+40.82%)
Mutual labels:  wordpress, plugin, wordpress-plugin
Live Composer Page Builder
Free page builder plugin for WordPress http://livecomposerplugin.com
Stars: ✭ 143 (+191.84%)
Mutual labels:  wordpress, plugin, wordpress-plugin
Wp Gdpr Core
This WordPress plugin assists you in making your website ready for the GDPR. We try to cover the core WordPress features with this plugin.
Stars: ✭ 31 (-36.73%)
Mutual labels:  wordpress, plugin, wordpress-plugin
Object Sync For Salesforce
WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
Stars: ✭ 48 (-2.04%)
Mutual labels:  wordpress, wordpress-plugin
Tribe Common
Common classes and functions used in our plugins
Stars: ✭ 38 (-22.45%)
Mutual labels:  wordpress, wordpress-plugin
Preferred Languages
Choose languages for displaying WordPress in, in order of preference.
Stars: ✭ 48 (-2.04%)
Mutual labels:  wordpress, wordpress-plugin
Wbounce
wBounce improves bounce rate to boost conversions and sales. The free alternative to Bounce Exchange for WordPress. WordPress plugin.
Stars: ✭ 38 (-22.45%)
Mutual labels:  wordpress, plugin
Ultimate Fields
The plugin for custom fields in WordPress
Stars: ✭ 39 (-20.41%)
Mutual labels:  wordpress, wordpress-plugin
Sermon Manager
Sermon Manager for WordPress is the #1 plugin for churches who want to manage their sermons easily and missionally.
Stars: ✭ 35 (-28.57%)
Mutual labels:  wordpress, wordpress-plugin
Cloud Blocks
WP plugin for Gutenberg Cloud – Your library of blocks in the cloud!
Stars: ✭ 44 (-10.2%)
Mutual labels:  wordpress, wordpress-plugin
Wordpress
Docker based Wordpress deployment using a collection of optimized containers w/ Nginx, PHP-FPM, MariaDB and Redis.
Stars: ✭ 44 (-10.2%)
Mutual labels:  wordpress, wordpress-plugin
Einsatzverwaltung
WordPress plugin for public incident reports for fire departments and other rescue services
Stars: ✭ 32 (-34.69%)
Mutual labels:  wordpress, wordpress-plugin
Geodirectory
GeoDirectory is the fastest growing Directory plugin for WordPress. Feel free to contribute or suggest new developments and help us take GD to the next level. http://wpgeodirectory.com | http://wordpress.org/plugins/geodirectory/
Stars: ✭ 41 (-16.33%)
Mutual labels:  wordpress, wordpress-plugin
User Feedback
Collect user feedback directly from your WordPress site
Stars: ✭ 49 (+0%)
Mutual labels:  wordpress, wordpress-plugin

Build Status Issue Count

WebSub/PubSubHubbub

Contributors: pfefferle, joshfraz
Donate link: https://notiz.blog/donate/
Tags: webhooks, websub, puhsubhubbub, pubsub, ping, push, indieweb, openweb, ostatus
Requires at least: 4.5
Tested up to: 5.7
Stable tag: 3.0.3

A better way to tell the world when your blog is updated.

Description

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:

  • Sends realtime notifications when you update your blog
  • Supports multi-user installations (Wordpress MU)
  • Supports multiple hubs
  • Supports all of the feed formats used by WordPress, not just ATOM and RSS2
  • Supports latest specs
  • Announces which hubs you are using by adding <link rel="hub" ...> declarations to your template header and Atom feed

By 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.

Installation

  1. Upload the pubsubhubub directory to your /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Select custom hubs under your WebSub/PubSubHubbub Settings (optional)

Frequently Asked Questions

What is WebSub?

WebSub 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.

Where can I learn more about the WebSub protocol?

Where can I learn more about the PubsSubHubbub protocol?

What is a Hub?

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.

What is a Publisher?

A WebSub Publisher is an implementation that advertises a topic and hub URL on one or more resource URLs.

What is a Subscriber?

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.

Screenshots

1. The WebSub Settings page allows you to define which hubs you want to use

The WebSub Settings page allows you to define which hubs you want to use

Changelog

Project maintained on github at pubsubhubbub/wordpress-pubsubhubbub.

3.0.3

  • update dependencies

3.0.2

  • better self-link generator

3.0.1

  • add donation button

3.0.0

  • optimized the DB load
  • added help section
  • better code encapsulation

2.2.2

  • temporarily remove comment-feed support to be more GDPR compliant

2.2.1

  • display topic URLs on the settings page

2.2.0

  • fixed a discovery bug
  • changed http client

2.1.0

  • save pinged URLs to add correct headers

2.0.0

  • Complete rewrite
  • Support WebSub

1.0.0

  • First attempt

Upgrade Notice

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].