OneSignal Push Notifications
Forum Replies Created
-
Forum: Reviews
In reply to: [OneSignal - Web Push Notifications] Does not workI’m sorry to hear you had a difficult time with our plugin. We would love your input on how we can make it better!
Feel free to contact our support team anytime with questions or feedback as well if you want. support@onesignal.com
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Doesn´t work with WordPress Job ManagerI’m sorry to hear you had a hard time but this isn’t a feature we currently support. You would need to implement this using our API directly: https://documentation.onesignal.com/reference/create-notification
A user submits a post, you save it to your database and send an API request with the data you desire.
We will consider this as a feature for a future version of the plugin but for now, you may be better off hiring a developer from fiverr or upwork.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] How to Delay Push NotificationsHello, thank you for the kind words!
You can delay the prompt following this guide: https://documentation.onesignal.com/docs/wordpress-customizations#customizing-subscription-prompts
If you need assistance, please contact our support team directly at support@onesignal.com
We will be happy to assist you asap!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Multiple NotificationHello, this is the default behavior of how our plugin has implemented web push notifications. If you would like notifications to stack (not replace one another), you will need to use the onesignal_send_notification filter: https://documentation.onesignal.com/docs/wordpress-customizations#onesignal_send_notification-filter
Add the
web_push_topicproperty and a custom topic for the notification.Then all your notifications with different topics will stack on screen
Thanks!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] No notification on iOS 16.4/iPadOS 16.4Hello, you will need to follow this guide to setup the requirements for iOS Web push: https://documentation.onesignal.com/docs/ios-web-push
If you need further assistance, please contact our support team directly at support@onesignal.com we will be able to assist you faster.
Thanks!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] How to delay pop up?Hello, you will need to follow this guide to delay or customize the prompt: https://documentation.onesignal.com/docs/wordpress-customizations#customizing-subscription-prompts
If you need further assistance, please contact our support team directly at support@onesignal.com we will be able to assist you faster.
Thanks!
Hello
The implementation of Web Push notifications in browsers causes subscribed browsers to occasionally attempt to download this Service Worker file, resulting in a 404 if you removed it.
This is a technical artifact of how browsers have implemented notifications, and unfortunately not something that we can change. You can safely ignore this since there’s no security risk or other harm from this.
Requests to this file will decrease and eventually go away over time.
You can resolve the warnings by putting a placeholder file in place of that one (it can be blank).
Or if you wish to have requests to this file stop sooner, there’s a guide here on how to create a ServiceWorker file that self-removes itself: https://github.com/NekR/self-destroying-sw.
Thanks
Hello, we cannot reproduce this. Can you share more information (i.e. a screenshot/video showing the XSS in action) with support@onesignal.com ?
We will mark this resolved until more details are provided to our Support Team. Thank youForum: Plugins
In reply to: [OneSignal - Web Push Notifications] Subscribe Icon on Header of the websiteSorry, I don’t understand your question. Please reach out to support@onesignal.com and provide more details and screenshots.
Generally all customizations can be found here:
https://documentation.onesignal.com/docs/wordpress-customizationsForum: Plugins
In reply to: [OneSignal - Web Push Notifications] Set external User IDThe best way to achieve this is to add our Javascript method setExternalUserId to the site and pass in the ID you want: https://documentation.onesignal.com/docs/external-user-ids
There are many ways to add Javascript to the website. You can try the insert headers and footers by wpbeginner and add this code to the footer.
We won’t be able to provide code examples, but you can find developers on upwork.com or fiver to assist.
For any other questions, please contact support@onesignal.com for faster assistance. Thank you
Hello, please contact support@onesignal.com with more details on your setup. We will be happy to look into this and assist further.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Doesn´t work with WordPress Job ManagerHello, we will take this into consideration as a feature request.
For now, you may want to implement this customization through our API directly: https://documentation.onesignal.com/reference/create-notification
You can contact support@onesignal.com for faster assistance, our team will be happy to assist you more directly.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Show Popup One TimeHello, sorry I don’t fully understand the question. Can you contact support@onesignal.com and provide your website url with the code and more details?
Our team will be happy to assist you more directly.Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Plugin conflictsMost common CDN plugin settings can be updated following this guide: Troubleshooting Web Push – WordPress CDN Support.
Thanks
Can you contact support@onesignal.com with more details on your use case and what you would like to do?
Please provide our support team as much detail as possible to make sure we can get you the best answer quickly.
Thanks!