Skip to content

Commit 263375c

Browse files
author
Muralidharan Ramasamy
committed
2.04 version
1 parent a2e84c7 commit 263375c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
Android app sample code in JAVA to integrate Android mobile app with WordPress push notification plugin - PNFPB Push notification for Post and BuddyPress.
33
PNFPB plugin is designed to send push notifications using Firebase Cloud Messaging (FCM) to websites, Android/iOS mobile apps. This plugin has REST API facility to integrate with native/hybrid Android/iOS mobile apps for push notifications. <br/><br/>
44

5-
# Download Push notification plugin from WordPress.org repository<br/>
5+
### Download Push notification plugin from WordPress.org repository<br/>
66
https://wordpress.org/plugins/push-notification-for-post-and-buddypress/<br/><br/>
77
It sends notification whenever new WordPress post, custom post types,new BuddyPress activities,comments published. It has facility to generate PWA - Progressive Web App. This plugin is able to send push notification to more than 200,000 subscribers unlimited push notifications using background action scheduler.
88

9-
# PNFPB plugin REST API for Android App<br/>
9+
## PNFPB plugin REST API to integrate with Android App<br/>
1010
REST API to connect mobile native/hybrid apps to send push notification from WordPress site to both mobile apps and WordPress sites.
1111
Using this REST API WordPress site gets Firebase Push Notification subscription token from Mobile app(Android/Ios).
1212
This allows to send push notifications to WordPress site users as well as to Native mobile app Android/ios users.
1313
REST API url is https:/<domain>/wp-json/PNFPBpush/v1/subscriptiontoken
1414

15-
# Integrate Native mobile apps like mobile app with this WordPress plugin<br />
15+
### Integrate Native mobile apps like mobile app with this WordPress plugin<br />
1616
New API to send push notification subscription from Native mobile apps like mobile app to WordPress backend and to send push notifications from WordPress to Native mobile app using Firebase.
1717
1. Generate secret key in mobile app tab to communicate between mobile app(in Integrate app api tab plugin settings)
1818
2. REST api to send subscription token from Mobile app using WebView to this WordPress plugin to store it in WordPress db to send push notification whenever new activities/post are published.
@@ -83,7 +83,7 @@ Following is example code encryption using AES/GCM/NoPadding to connect to PNFPB
8383
WebSettings settings = mywebView.getSettings();
8484
```
8585

86-
# Video tutorial showing how to configure Firebase for this plugin<br />
86+
### Video tutorial showing how to configure Firebase for this plugin<br />
8787

8888
https://youtu.be/T07qpqao_-E?si=LX1pAl1ZHCiyn4Fi <br/>
8989

0 commit comments

Comments
 (0)