Hi.
It’s a great idea to have independence from external services. Do you have plans to continue developing?
]]>Is this plugin still alive and working? Seems it hasn’t been updated for 2 years and not been tested with 2 major releases.
]]>Now 2017 google has changed something, i’ve created new project and get server key, project number via https://console.firebase.google.com/project but this plugin not work for me.
Please update your guide
]]>Hi,
i enabled the plugin and it works, but because I have too much post categories, I would love to make it work only with specific category.
Is this possible?
I found a function ( onPostStatusChange() ) where the plugin checks if there are any new posts, so I should probably put some adjustments here, right?
What do you think, what is the best way to do this? Maybe to add something like this, or you have another solution:
if (is_array($selected_post_types) && in_array($post->post_type, $selected_post_types) && ($post->post_category="category slug or ID")) {
Also, selecting a post categories would be nice feature to add in next plugin update…
Thanks
]]>I need a simple mechanism where a website user can set a timer – say 1, 2 or 3 hours – in such a way that he or she will see a reminder pop up after 1, 2 or 3 hours saying ‘Hey you, it’s time to do your exercises again!”
I suppose I can set things up in such a way that, when the user sets the timer, a server cron job is created that will run at the scheduled times. (Not a WP cron job, by the way, because the site will not be visited constantly so the WP scheduler might not be active at the moment it needs to run something).
And then perhaps I can use Chrome Push Notifications by creating a fake post, invisible to the users (because this is a web application that does not use posts), in order to trigger the notification process…
Would that work, you think? Any alternative, better solutions?
]]>I did saw message “Device Registered” and got about 17 subscribers but after that it subscribers count stopped increasing. So I tested it again.
Then it shows this error in Console:-
Unable to subscribe to push. DOMException: Registration failed – gcm_sender_id not found in manifest
I verified manifest.json file and it shows:-
{“gcm_sender_id”: “MY APP ID”}
MY APP ID are numbers of my app.
What could be the problem?
]]>Hello,
I like this plugin. It is very cool!
But i have 370 subscribers and when I sending a new notification my website and server to hang for a long time.
Help me please!
Since I write the notification manually it’s not a problem for me to write it differently, but in Italian we have a lot of apostrophes. Can I bypass this somehow?
Thanks
(I schedule the articles to be published in the morning, not in the time I write them)
]]>Are there plans to make this plugin work with Safari and iOS devices?
Thanks
]]>I have tried everything to make this work. I have setup SSL and installed and configured the plugin. However it just does not work. The debug console only shows “Init started.”
]]>Hi,
thank you very much for providing this plugin!
I added a SSL certificate to my wordpress and changed all urls to https://
I generated a project number and api key.
I subscribed to my blog.
But If i want to send a message under “new message”, I get a 401 error. Any ideas why this happens? Already double checked the project number and api key.
Thanks for your help!
EDIT:
Ah, found my mistake: I did forget to activate Google Cloud Messaging for Android. Now messages are sent, but I don’t recieve any, which is strange.
Any tips on why this won’t work? Everything seems to be setup fine but I don’t see a push notification permission message when visiting my website (over HTTPS, of course).
Thanks!
]]>Does this work with cached pages?
Thanks!
]]>Does this work with cached pages?
Thanks!
]]>Hi,
I did not see in the demo / screenshots where users “subscribe” to receive notifications? Is this done by user or device?
What about android phones using chrome?
I’m really not keen on moving to HTTPS. Are there no possibilities to run this plugin thru http?
]]>Hi,
My site url is set to HTTPS and yet I have the error message “Your Site URL should be set to HTTPS for Chrome Push Notifications Plugin to work.” and the plugin doesn’t work. I am baffled.
Thanks
]]>Hi, such a great plugin, congratulations.
But how can I make the message appears for every user in every post of my WP?
Exemple:
Here the message to allow notifications appears:
https://vista-se.com.br
Here does not appears:
https://vista-se.com.br/sensibilizado-com-a-causa-prefeito-haddad-vai-recorrer-para-manter-lei-que-proibe-foie-gras/
Hi there,
I installed the Plugin according to the installation steps you described.
When I am looking at the debugging console I get the following error:
“GET https://www.ivy.li/sw.js net::ERR_INVALID_RESPONSE”
AND
“Uncaught (in promise) DOMException: Failed to register a ServiceWorker: A bad HTTP response code (404) was received when fetching the script.”
So I guess he is looking for the sw.js in the wrong directory?
What can I do?
Cheers,
Tom