NotifyRabbit Push

外掛說明

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.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/notifyrabbit-push/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Configure your Domain ID and Domain API Key in the plugin settings.
  4. Once verified, the SDK and service worker will be automatically enabled.

常見問題集

Does this work on all browsers?

Yes, NotifyRabbit supports all major browsers that implement the Web Push API.

Do I need to edit my theme?

No, the plugin automatically loads the SDK in the <head> of your site.

Where is the service worker saved?

It is saved as notifyrabbit.sw.js in the root of your WordPress installation.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈NotifyRabbit Push〉的開發相關工作。

參與者

將〈NotifyRabbit Push〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release
  • Added SDK enqueue in frontend head
  • Service worker auto-generated on verification