all materials I have studied about GCM seem to talk about java web server, which is not my case.
How would I implement Google Cloud Messaging with WordPress powered blog? Is there a plugin possibly?
Thanks in advance !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can implement GCM with PHP very easily.
I followed the answer located at the below link.
https://stackoverflow.com/a/11253231/864538
It’s pretty straight forward and should be helpful. You could incorporate that into a plugin if you needed to.