NotifyRabbit Push
A lightweight WordPress plugin to integrate NotifyRabbit web push notifications into your site.
Plugin info
Maintenance & Compatibility
Maintenance score
Maintained • Last updated 125 days ago
Is NotifyRabbit Push abandoned?
Likely maintained (last update 125 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
NotifyRabbit lets you send web push notifications directly to your visitors.
Once the plugin is verified and configured with your domain ID, it will automatically load the NotifyRabbit SDK and register a service worker on your site.
Features:
* Easy integration with NotifyRabbit SDK
* Adds a service worker automatically
* Loads scripts only on the frontend
* Secure nonce handling and option saving
External services
This plugin connects to an API to facilitate push notifications, It is needed to store subscriber data and send campaigns notifications to subscribers.
It sends the user’s info as notification permission granted or revoked on every page load. Also the plugin configuration are also being synced with the API. When a post is published, it will send post metadata like title, description and thumbnail urls to API in order to send them to subscribers, only if the checkboxes are checked.
This service is provided by “notifyrabbit.com”: terms of use, privacy policy.
Installation
- Upload the plugin files to the
/wp-content/plugins/notifyrabbit-push/directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Configure your Domain ID and Domain API Key in the plugin settings.
- Once verified, the SDK and service worker will be automatically enabled.
Frequently Asked Questions
Yes, NotifyRabbit supports all major browsers that implement the Web Push API.
No, the plugin automatically loads the SDK in the <head> of your site.
It is saved as notifyrabbit.sw.js in the root of your WordPress installation.
Review feed
Screenshots
Changelog
1.0.0
- Initial release
- Added SDK enqueue in frontend head
- Service worker auto-generated on verification