Linux 软件免费装
Banner图

GGPush Web Push

开发者
更新时间 2026年9月9日 21:24
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

alerts notifications push notifications web push browser notifications

下载

1.0.0

详情介绍:

GGPush Web Push adds browser push notifications to WordPress without requiring a separate push-notification SaaS account. The plugin generates VAPID keys on your server, stores browser subscriptions in your WordPress database, and sends encrypted Web Push messages directly from your WordPress server to each subscriber's browser push service. Features include: External services and privacy Web Push requires communication with the push service selected by the visitor's browser. Depending on the browser and operating system, this may be a service operated by Google, Mozilla, Apple, Microsoft, or another browser/platform provider. The plugin does not contact these services merely because it is installed. A visitor must explicitly click the notification opt-in control and grant browser notification permission before a push subscription is stored. When a site administrator sends a notification, the WordPress server sends the encrypted notification payload to the push endpoint supplied by that visitor's browser. Data involved in Web Push can include the browser-provided push endpoint, public subscription encryption keys, encrypted notification content, and VAPID authentication data. The plugin stores subscriptions and campaign/click statistics in the site's own WordPress database. It does not send analytics or telemetry to the plugin author. Browser push services are third-party services and are governed by the terms and privacy policies of the visitor's browser/platform provider. Site owners should describe their use of browser notifications in their own privacy policy where required by applicable law. Security GGPush Web Push includes request-size limits, REST rate limits, same-origin checks, strict Web Push key validation, HTTPS-only endpoint validation, public-IP/DNS validation for outbound push endpoints, wp_safe_remote_post() for push delivery, dedicated notification capabilities, signed click tokens and scheduled stale-data cleanup. No software can be guaranteed vulnerability-free. Keep WordPress, PHP and server packages updated and maintain tested backups.

安装:

  1. Upload the plugin ZIP through Plugins > Add New > Upload Plugin, or install it from the WordPress Plugin Directory after approval.
  2. Activate GGPush Web Push.
  3. Make sure the site is served over HTTPS.
  4. Open Web Push in the WordPress admin menu.
  5. Confirm that HTTPS, OpenSSL and the automatically generated VAPID key show as ready.
  6. Configure the subscription panel delay and optional automatic notifications.
  7. Test subscription and delivery in a supported browser.

升级注意事项:

1.0.0 Initial public release.

常见问题:

Does this require an external push-notification account?

No. The plugin does not require a separate SaaS account. Browser push delivery still uses the push service associated with each visitor's browser, which is part of the Web Push architecture.

Does the plugin require HTTPS?

Yes. Browsers require secure contexts for Web Push, with limited development exceptions such as localhost.

Does it use Composer on my production site?

No. The distributed plugin does not require a Composer install or an external PHP package at runtime.

What does “successful delivery” mean?

It means the browser push service accepted the request. It does not guarantee that the device ultimately displayed the notification to the user.

Are clicks counted more than once?

Click statistics are deduplicated per subscription and campaign by a signed token and a unique database record.

Why can an active subscriber disappear?

If a push service reports an endpoint as expired or gone with HTTP 404/410, the plugin removes that invalid subscription automatically.

Does the plugin send telemetry to the author?

No. The plugin does not send usage analytics, subscriber data or telemetry to the plugin author.

更新日志:

1.0.0