OneSignal Push Notifications
Forum Replies Created
-
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Is it possible to delay a notification?Hello, sorry, we only support scheduling up to 30 days in advance.
You can add the onesignal_send_notification filter to include the “send_after” property and the date you want it to send (as long as within 30 days).
https://documentation.onesignal.com/docs/web-push-wordpress-faq#onesignal_send_notification-filterPlease contact support@onesignal.com for further assistance or questions.
Hello, this is a really cool idea but will require some developer to set this up for you. Our plugin isn’t currently capable to do this.
We have this guide that outlines how you would go about doing so: https://documentation.onesignal.com/docs/user-user-messages
Your developer could hook into the wordpress action hooks when a comment is made to trigger our API (step 2 of that guide) but would also need to setup a way to associate the user to the notification (step 1 of the guide).
I hope this helps you! You can reach our support team for faster assistance at support@onesignal.com but we are not able to provide coding support for this type of feature request.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Plugin translationHello, we do not support translation of the plugin at this time, but the plugin is open source if you wish to translate it: https://github.com/OneSignal/OneSignal-WordPress-Plugin
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Onesignal with CPT UI & user frontendHello, our plugin doesn’t support front end form submissions. I can add this as a feature request. Instead, we recommend using our Create Notification REST API to send the push in this case from your server: https://documentation.onesignal.com/reference/create-notification
If you have any further questions, please contact our support team at support@onesignal.com
Hello, I’m sorry to hear the support team has not been responsive. We have been a bit short handed this week, but all inquiries should be responded to at support@onesignal.com
If you are using our JS method, disabling initialization will prevent our SDK from initializing on all pages until the .init method is called like in step 4 of this guide:
https://documentation.onesignal.com/docs/web-push-wordpress-faq#customizing-subscription-prompts
If you are still having issues, can you again contact support@onesignal.com and reference this topic: https://wordpress.org/support/topic/initialize-conditionally-only-on-a-single-page/
with your site url using the code and we can take a look?
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Notifications: OnYou will not need extra push permissions with OneSignal. We provide our own SDK that hooks into the Web Push API that should make setup easier. Our plugin basically handles this for you.
Correct, we charge based on subscriber count. You can control how many subscribers you have by deleting those you do not need: https://documentation.onesignal.com/docs/delete-users
You can have as many subscribers as you want, but can only send to 10,000 per request for web push.
If you want to use your own service in the future, just contact our support team at support@onesignal.com and we will give you the vapid keys which handle authentication.
You can export user data from our API CSV Export: https://documentation.onesignal.com/reference/csv-export
For further questions, please contact our support team direct for faster assistance. Thank you!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Notifications: OnHello, using a service like OneSignal is not required for push notifications. You can setup the Push API on your website directly without a 3rd party service. Details here: https://developer.mozilla.org/en-US/docs/Web/API/Push_API
Services like OneSignal and others simply give you the tools to setup web push on your site easier.
Hello, I tested your site and it appears to be working.
Can you please reach out to support@onesignal.com with screenshots and details on how to reproduce?
We are always happy to assist through our support channel support@onesignal.com
Thank you!
Hi there,
That is interesting, I have not seen this issue before.
Could you share which version of the plugin you are using and screenshots of the issue to support@onesignal.com
Our support team will be able to assist you.
Thank you!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Can’t disabled the promptHi there,
I took a look at your site and I only see the bell prompt.
The native prompt will show after clicking the bell prompt since the native prompt is required.
If you are still having issues, please contact support@onesignal.com and reference this forum message. Also please provide any screenshots of the issue you are seeing. Our team will be happy to help you.
Thank you!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Is Safari supported by Web Push ?Hello, Apple does not support web push on iPhone or iPad yet. It is only supported for Safari on macOS.
However, there is evidence that Apple might be adding this functionality. We wrote a blog post about this here: https://onesignal.com/blog/ios-web-push-notification-support-is-coming-soon/
If Apple does eventually support this, we will make sure it is available.
For any further questions, please reach out support team at support@onesignal.com
Thanks
Hello, I’m sorry but our plugin doesn’t currently support woocommerce post types.
You will need to leverage our Create Notification REST API to target users with updates: https://documentation.onesignal.com/reference/create-notification
If you have further questions, you can reach our support team at support@onesignal.com
Thank you!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] OneSignal not work to httpsHello, it appears you have another plugin that is changing the reference to our service workers from:
/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/push/onesignal/
to
/modules/cc1cff0190/sdk_files/
We recommend removing this redirect if you can.
If you cannot remove this redirect, then you will need to add some code to your site.
Follow this guide: https://documentation.onesignal.com/docs/onesignal-service-worker-faq#wordpress-plugin-setup—service-worker-customizations
This is what your specific javascript code will look like in this case:
<script> window.addEventListener('load', function() { window.OneSignal = window.OneSignal || []; window.OneSignal.push(function() { OneSignal.SERVICE_WORKER_UPDATER_PATH = "modules/cc1cff0190/sdk_files/OneSignalSDKUpdaterWorker.js"; OneSignal.SERVICE_WORKER_PATH = "modules/cc1cff0190/sdk_files//OneSignalSDKWorker.js"; OneSignal.SERVICE_WORKER_PARAM = { scope: "/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/" }; delete window._oneSignalInitOptions.path window.OneSignal.init(window._oneSignalInitOptions); }); }); </script>If you are still having problem, please reach out support team using support@onesignal.com and reference this support forum url.
Thanks!
Forum: Reviews
In reply to: [OneSignal - Web Push Notifications] Awesome plugin! Need some info pleaseHi there! The plugin currently does not, but we are working on that.
For now, to support Journeys it requires setting up the Journey within the onesignal.com dashboard and setting the External User Id on your users.
This external user id can be set using the setExternalUserId method outlined in our docs here: https://documentation.onesignal.com/docs/external-user-ids
If you have any additional questions, please reach out support team anytime at support@onesignal.com
We are happy to assist!
Hello, thank you for sharing this!
Could you provide more details on your setup like are you using Gutenberg editor or classic editor?
Can you email our support team at support@onesignal.com with these details?
We will be happy to look into it.