Web Notifications
Categories
Component ID
2567811
Component name
Web Notifications
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
If you ask a room of developers what mobile device features are missing from the web, push notifications are always high on the list.
Push notifications allow your users to opt-in to timely updates from sites they love and allow you to effectively re-engage them with customized, engaging content.
As of Chrome version 42, the Push API and Notification API are available to developers. And other browsers will follow.
Sending notifications to mobile devices is only allowed if your site is on HTTPS (SSL secured).
Installation
To use this module please do the following:
- Install and activate this module on your Drupal site.
- Create a project in the Google Developer Console.
- Under APIs enable Google Cloud Messaging for Android and Google Cloud Messaging for Chrome.
- Under Credentials, create a new key and select Server key as the type.
- On your Drupal site, go to Modules to edit the settings of the module "Web Notifications".
- Enter your own API key and your own project number from the Google Developer Console project.
- You're done!
