开发者 |
creativform
ivijanstefan |
---|---|
更新时间 | 2023年8月9日 22:20 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
rest_api_key
, device_uuid
, device_token
, etc., to manage subscriptions./wp-content/plugins/
directory, or install through the WordPress plugins screen.The "Push Notification FCM" plugin is a free and open-source tool designed for WordPress, enabling website owners to send push notifications to Android and iOS devices worldwide. Utilizing Firebase Cloud Messaging (FCM), it simplifies integration, allowing administrators to select specific post types for notifications, and manage device registration and deregistration via REST API endpoints. The plugin ensures compatibility with both Android and iOS, and its open-source nature allows for customization as per individual requirements. It offers a seamless way to keep users informed about new articles or updates and can be installed and configured directly from the WordPress dashboard.
Installing the "Push Notification FCM" plugin is a straightforward process, and it can be done in one of two ways:
The "Push Notification FCM" plugin provides two REST API endpoints:
Yes, the plugin is a free and open-source software, which means that it can be used in any WordPress installation without any cost and can be modified as per the requirement.
You can subscribe or unsubscribe devices for push notifications using the REST API endpoints provided by the plugin. The endpoints require specific parameters, such as the device's unique identification (ID) and token, as well as a unique generated site key provided by the plugin.