Bring readers back.
Let visitors opt in once, then reach them with useful updates on desktop, Android and supported Apple devices.
Web push · No email address required5 practical tips to improve your content workflow
example.com5 practical tips to improve your content workflow
From publish to notification
- 1
Connect your site
Add a small script and a same-origin service worker.
- 2
Collect permission
Show a clear opt-in prompt visitors can trust.
- 3
Send the update
Publish a post and reach active browser subscriptions.
Connect the way you work
Start with a small JavaScript install, send from PHP, or connect WordPress without editing your theme.
<script src="https://pluginlabs.cloud/notify/sdk.js"
data-site="pk_notify_example" async></script>
// Host /pluginlabs-push-sw.js on your own site.
require __DIR__ . '/PluginLabsNotify.php';
$notify = new PluginLabsNotifyClient(getenv('PLUGINLABS_NOTIFY_KEY'));
$notify->send('New article published', 'Read the latest update.',
'https://example.com/latest-article');
1. Install pluginlabs-notify.zip
2. Open Settings → PluginLabs Notify
3. Choose Connect PluginLabs
4. Sign in and approve your exact site
- 1Register domain
- 2Add site script
- 3Add service worker
- 4Send a test
Useful numbers, honestly labelled
Accepted by a push service is not the same as displayed or read.
Apple devices need one extra step.
On iPhone and iPad, visitors add the website to their Home Screen before granting notification permission. Notify detects this state and shows the correct instruction.
