How can i setup a push notification for my wordpress site. I have a wordpress site and its app. So i need to notify via app whenever any post is added to my site. When i search on internet i found that there are alots of plugins available. But is there any method without adding any plugins? If there is no such ways which will be the best plugin that i can use? I saw many like, PushOverNotifications
push notifiation for posts
etc..
Can i write my own plugin? if yes is threre any preferable methods..??
please help me..
Thanks in advance..
Leave a Reply
You must be logged in to post a comment.
You can write a
PHP
web service which would be checking post updates on the site and send push notifications. This link should be useful for push notification implementation.You can integrate Pusher Beams with your WordPress Website for Push notification. You can write your plugin for this purpose. And you can also check this plugin for help.
Pusher for wordpress
Here is the link below for the official link Pusher Beams:
Pusher Beams Push Notification