Linux 软件免费装
Banner图

WhoKnew Signal - Self-Hosted Web Push Notifications & PWA

开发者 whoknew
whoknewio
更新时间 2026年7月9日 01:46
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-3.0-or-later
版权网址: 版权信息

标签

push notifications web push progressive web app PWA self-hosted

下载

2.0.0

详情介绍:

WhoKnew Signal sends real push notifications directly from your WordPress site to every major browser - including iPhone and iPad - with no SaaS account, no Firebase, and no monthly subscription. One plugin. Completely yours. Unlimited Subscribers in the Free Plugin Grow your list without hitting a subscriber cap. Unlimited active subscribers are included in the free plugin - not a trial, not a temporary unlock, and not tied to a paid upgrade. Many WordPress push plugins and SaaS tools charge when your list grows (subscriber limits, paid tiers, or per-seat pricing). WhoKnew Signal stores every endpoint in your WordPress database and does not count subscribers against a paid quota. One Plugin That Does What Two Used to Require Until now, getting iOS push notifications working on WordPress required two separate plugins: a PWA plugin (to set up your web app manifest and home screen icon) and a push notification plugin (to actually send the notifications). Then you had to make them work together. WhoKnew Signal does both in a single, lightweight plugin. The built-in Web App tab handles what standalone PWA plugins do: your manifest.json, app icon, theme color, display mode, and Apple touch icon meta tags. Visitors can add your site to their home screen manually; WhoKnew Signal Pro adds the [wkspn_install_buttons] shortcode for guided Android and iOS install buttons. Once installed as a PWA, visitors can receive push notifications on supported browsers. If you have Super PWA, PWA for WP, or a similar plugin installed just to get iOS push working - you can replace it with WhoKnew Signal alone. Self-Hosted Web Push on Your WordPress Server WhoKnew Signal is built for site owners who want truly self-hosted web push notifications and a PWA (Progressive Web App) setup without a SaaS dashboard, without Firebase as your subscriber database, and without per-subscriber monthly fees. Many WordPress push plugins route campaigns through a vendor API or store tokens off-site. SaaS tools like OneSignal and PushEngage are upfront about that model. WhoKnew Signal takes a different approach: subscriber endpoints live in your WordPress database, and campaigns are sent from your server using the open VAPID Web Push standard. WhoKnew Signal Pro (sold separately at whoknew.io) adds Install on Phones, background campaign sends, rich images, WooCommerce automation, segmentation, analytics, scheduling, and optional SMS notifications via your own Twilio account. Subscriptions That Actually Stay Subscribed Most push notification plugins lose a subscriber the moment they clear their browser cache. WhoKnew Signal is built differently: Once someone subscribes, WhoKnew Signal is designed to keep them subscribed across cache clears without storing your audience on a third-party push SaaS. Post Types Free Features Pro Features (whoknew.io) How It Compares Typical setup models for WordPress push (your experience may vary by vendor): | | Vendor-hosted push plugins | SaaS (OneSignal etc.) | WhoKnew Signal | | --- | --- | --- | --- | | Unlimited subscribers on free plan | Often capped (e.g. 250-2,000) | Tier / usage limits | Unlimited (free) | | Subscriber list stored on your WordPress server | Often no | No | Yes | | Send from your WordPress server (VAPID) | Often no | No | Yes | | Requires vendor SaaS account to operate | Often yes | Yes | No (free plugin) | | iOS / Safari web push (PWA) | Often paid add-on | Paid tiers | Included in free | | Built-in PWA manifest | No | No | Yes | | Install buttons shortcode (iOS + Android) | No | No | Yes (Pro) | | SMS notifications | No | Yes (managed SaaS) | Optional -- BYO-Twilio (Pro) | | Welcome notification | Paid | Paid | Free | | Discover all post types in UI | No (manual) | Yes | Yes | | Auto-send all post types | No | Posts only | Yes | | Price | $50/yr+ | $19 - 228+/yr | Free / $80/yr Pro | Technical Notes WhoKnew Signal uses the Web Push Protocol (RFC 8030), VAPID authentication (RFC 8292), and AES-128-GCM payload encryption (RFC 8291) - all implemented using PHP's built-in OpenSSL functions. No external library, no Composer dependency. The service worker is served via a WordPress query var (/?wkspn_sw=1) intercepted at init priority 1 with a Service-Worker-Allowed: / header, giving it origin-wide scope without placing any file in your web root. Compatible with all hosting environments including managed WordPress hosts. Requirements

安装:

  1. Upload the whoknew-signal-push-notifications folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to WhoKnew > WhoKnew Signal to configure settings
  4. VAPID keys are generated automatically - nothing to set up
  5. Visit the Web App tab to configure your PWA icon and colors (Pro: copy the install buttons shortcode from Install on Phones)
  6. The subscription popup appears to frontend visitors after your configured delay

屏幕截图:

  • Settings  -  popup customization, welcome notification, publish triggers
  • Web App  -  PWA manifest and branding (Install on Phones shortcode in Pro)
  • Subscribers  -  active subscriber list with browser and platform breakdown
  • Campaigns  -  send history with click tracking and delivery rates
  • Get Pro  -  feature comparison and upgrade options

升级注意事项:

2.0.0 Public release.

常见问题:

Does this replace Super PWA, PWA for WP, or other PWA plugins?

For most sites, yes. WhoKnew Signal includes a Web App tab that generates and serves your manifest.json, configures your app icon, theme color, display mode, and injects required meta tags. Install on Phones ([wkspn_install_buttons]) is included in Pro for smart install buttons on Android and a guided iOS walkthrough. If your only reason for a separate PWA plugin was the manifest or iOS push setup, you can often use WhoKnew Signal alone. If you are using a separate PWA plugin only for advanced offline caching strategies beyond Signal's built-in network-first caching, you may keep both - they will not conflict.

Does this work on iOS?

Yes. iOS Safari 16.4+ supports Web Push when the site is installed to the Home Screen as a Progressive Web App (PWA). WhoKnew Signal configures everything required: the web app manifest, the Apple touch icon, and the meta tags that tell iOS how to display your site when installed. To receive push notifications on iPhone or iPad: open your install page in Safari (use the Install on Phones shortcode or share manual steps), tap Add to Home Screen, open the installed app once, then grant notification permission. From that point on, they receive push notifications exactly like a native app. iOS support is included in the free version at no extra charge.

Why can't I just use Chrome on iPhone?

Chrome on iOS uses Apple's WebKit rendering engine, not Chromium. Apple requires all iOS browsers to use WebKit, which means Chrome on iOS does not support Web Push. This is an Apple platform limitation that applies to every push notification plugin. The only way to receive push on iOS is through Safari with the site installed as a PWA.

Do I need Firebase, OneSignal, or any external service?

No. WhoKnew Signal sends directly from your WordPress server to the browser's delivery network - Chrome uses Google's FCM, Firefox uses Mozilla's relay, Safari uses Apple's push service. These are free delivery pipes that every browser already uses. You do not pay for them, sign up for them, or store any data on them. Your subscriber list lives entirely on your server.

Does the free version make any calls to external servers?

No. The free plugin operates entirely between your WordPress server and your visitors' browsers. It does not phone home, send analytics, contact a license server, or make any external API calls. The only outbound connections it makes are the push notification deliveries themselves - sent directly from your server to the browser's push delivery network. No WhoKnew server is ever involved.

Can I migrate my subscribers to a new server or domain?

Yes. Because subscriber endpoints are stored on your WordPress server (not on a push SaaS), you can migrate with WhoKnew Signal:

  1. Export your VAPID keys (Settings > Backup & Migration > Export Key Backup)
  2. Export your push subscribers (Settings > Backup & Migration > Download CSV - Pro feature)
  3. Install WhoKnew Signal on the new server and restore the VAPID key backup before any visitors load the page
  4. Import the push subscriber CSV (Settings > Backup & Migration > Import)
Your existing subscribers will continue receiving notifications without re-subscribing. This even works across domain changes.

Can I migrate subscribers from another push plugin (OneSignal, magazine3, etc.)?

Yes -- and it happens automatically, with no effort from you or your visitors. Switching push plugins normally means losing your subscriber list. Visitors who already granted permission to the old plugin can never be shown a native browser permission prompt again, so they silently disappear and cannot re-subscribe. WhoKnew Signal detects this situation automatically. When a returning visitor has an active push subscription that belongs to a different plugin or service, WhoKnew Signal silently cancels that old subscription in the browser, then displays its own soft-ask popup. In most cases the browser already has permission granted and re-subscribes without a native dialog -- the visitor simply clicks "Allow Notifications" on the WhoKnew popup and they are re-enrolled instantly. In some cases (for example if the browser reset the permission in the background, or on certain mobile Chrome versions) a brief native confirmation may still appear, but the visitor is never asked to grant permission from scratch. This works for any service using the VAPID web push standard: OneSignal, Push Notifications for WordPress by magazine3, PushEngage, and others. Visitors who were never subscribed to any push service see the normal two-step popup flow (soft-ask, then native browser prompt) on their first visit. Existing WhoKnew Signal subscribers are never affected.

Does it work with WooCommerce?

The free plugin discovers WooCommerce and other public post types in Settings; auto-send on publish is included for blog posts. WhoKnew Signal Pro unlocks auto-send for products and other post types, plus WooCommerce automation: order notifications to linked WordPress accounts (processing, completed, refund), abandoned cart recovery, and broadcast triggers for new products, back in stock, and price drops.

Why do subscriptions survive browser cache clears?

When a visitor subscribes, WhoKnew Signal stores their subscription status in both a browser cookie and localStorage. If the cache is cleared, whichever storage survives picks up immediately. If both are cleared but the browser's underlying push subscription is still active, the plugin silently re-registers the subscriber in the background on their next visit. No popup re-appears, no duplicate entry is created.

Is there a subscriber limit on the free plugin?

No. The free plugin includes unlimited active subscribers. There is no 250-subscriber cap, no trial expiration on your list size, and no requirement to upgrade just to keep accepting new subscriptions. Upgrade to Pro when you want growth tools (Install on Phones, background sends, WooCommerce automation, segmentation, analytics, scheduling) - not because your audience outgrew a free quota.

Is the free version really fully functional?

Yes. The free version sends real push notifications to unlimited subscribers across supported browsers. The PWA manifest, welcome notification, auto-send on blog posts, and manual campaigns are included. Pro adds Install on Phones, background sends, rich images, additional post types, and the advanced features listed above. Very large broadcasts on shared hosting may need Pro background sending or a higher PHP time limit per request (see below).

Will large campaigns work on shared hosting?

Unlimited subscribers does not mean unlimited time in a single PHP request. On the free plan, each campaign runs in one server request while you keep the admin page open. Many shared hosts limit PHP to 30-60 seconds; sends above a few hundred subscribers may be cut off by your server. WhoKnew Signal Pro sends in background batches (many short runs) so delivery is not tied to one long request. You can also ask your host to raise max_execution_time, which may help on Free but you must still wait on the page until sending finishes.

What is the difference between Free and Pro for sending?

Free delivers campaigns synchronously in the current browser request (fast for smaller lists). Pro can use instant send for lists below your Instant send threshold (Settings -> Background Send Performance) and background batched delivery for larger lists, with tunable batch size, parallelism, and time budget for your host.

Does this comply with GDPR?

WhoKnew Signal is built for privacy-conscious sites: subscriber data stays on your server, visitors consent via the browser permission prompt, and the plugin registers strictly necessary cookies with major consent tools (Complianz, Cookiebot, CookieYes, and others). The plugin does not collect names, email addresses, or IP addresses for push subscriptions. Each subscriber is stored as an opaque browser-generated endpoint plus browser type, platform, and subscription date. If a visitor is logged in, that endpoint may be linked to their existing WordPress account on your site (a reference your site already holds) so account-related notifications can reach the right device. Settings includes copy-paste privacy policy text for your site. You remain the data controller and should adapt that text to your practices.

更新日志:

2.0.0