OneSignal Push Notifications
Forum Replies Created
-
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Send notifications to people filled formHello
people need to subscribe to your site using a prompt. It is possible to setup your form to prompt the user to push and then send them notifications.
You can use our SDK showSlidedownPrompt method or showNativePrompt method to show a prompt whenever you want to ask them if they want reminders: https://documentation.onesignal.com/docs/web-push-sdk#showslidedownprompt
Please feel free to email us at support@onesignal.com for faster support.
Hi there, sorry for the delay, did you try reaching out to our support team using support@onesignal.com ?
Generally 2 push services won’t work since the service workers required for web push don’t work nicely together.
You may get duplicate notifications shown and have a bad UX.
If you do this and share your site url with the OneSignal plugin, we can assist you faster.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] You likely have no subscribersHi there, sorry for the delay, did you try reaching out to our support team using support@onesignal.com ?
I checked your site and it appears you did everything correctly.
If you are still having issues, please email us and share your site url with the OneSignal plugin, we can assist you faster.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Onesignal Slowing Site Speed DownHi there,
We are aware of this and will be updating our plugin soon to resolve. No eta at this time.
Please reach us at support@onesignal.com for further assistance.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] One Signal with SuperpwaHi there, sorry for the delay, did you try reaching out to our support team using support@onesignal.com ?
If you do this and share your site url with the OneSignal plugin, we can assist you faster.
Hi there, sorry for the delay, did you try reaching out to our support team using support@onesignal.com ?
If your ionic app uses the same OneSignal app id as the wordpress plugin you can follow this guide to send to both web and mobile app users: https://documentation.onesignal.com/docs/web-push-wordpress-faq#sending-web-and-mobile-notifications-together-with-wordpress
Please reach our support team and share your app_id with the OneSignal plugin, we can assist you faster.
Hello, this is not a feature we provide “out of the box” but is something you can achieve using code.
By default, you can send a push to everyone you want when you select the checkbox and publish the post.
For your custom solution:
You can use our Data Tags to tag devices when they visit certain posts: https://documentation.onesignal.com/docs/data-tag-implementation
If you want to setup your own button or prompt asking the user if they want to be updated with updates, that would be recommended.
Then when you update the post, you can target users that have that data tag.
You can use the onesignal_send_notification filter to do this: https://documentation.onesignal.com/docs/web-push-wordpress-faq#onesignal_send_notification-filter
With our “filters” API parameter instead of “included_segments”
https://documentation.onesignal.com/reference/create-notificationFeel free to reach us at support@onesignal.com for further assistance.
Hi there, sorry for the delay, did you see our documentation:
There is a toggle in the plugin “Automatically send a push notification when I publish a post from 3rd party plugins”
Does this not work for you?
Did you try reaching out to our support team using support@onesignal.com ?
If you do this and share your site url with the OneSignal plugin, we can assist you faster.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Push with intermittent notificationHi there, sorry for the delay, did you try reaching out to our support team using support@onesignal.com ?
If you do this and share your site url with the OneSignal plugin, we can assist you faster.
Forum: Reviews
In reply to: [OneSignal - Web Push Notifications] VERY GOOD..BUT!Thank you for the review! Unfortunately Apple does not support web push on iOS like iPhone and iPad. This is not a OneSignal limitation but an Apple limitation. Any push provider you use will have the same effect.
For more information, please read our Blog Post here: https://onesignal.com/blog/updated-ios-web-push-predictions/
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Notifications send showing undefinedHi there, looks like your site is using another push provider along with us. You will need to remove the other push provider code/plugin and just use OneSignal.
For further details, can you reach out to our support team at support@onesignal.com ?
We would be happy to assist you in greater details!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Push per CategoryHi there,
This is possible but requires a bit of technical setup.
You can prompt users based on different categories by adding the code steps here: https://documentation.onesignal.com/docs/web-push-wordpress-faq#extra-features-delayed-prompts-and-category-slidedown
In fact if you are ok adding code to the site, we have lots of great use cases and example code to add to your site: https://documentation.onesignal.com/docs/use-cases-best-practices
Basically we use “data tags” which can be added client side to setup custom categories and functionality like this.
Feel free to reach us at support@onesignal.com for further assistance.
Thanks!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Feature Request: CookieThanks for the details and how much you are about the OneSignal plugin!
We are currently working on lots of features as they relate to our dashboard, but you can add customizations like time delays and category tags following this guide: https://documentation.onesignal.com/docs/web-push-wordpress-faq#extra-features-delayed-prompts-and-category-slidedown
But agreed, we should add these options into the plugin itself and will share this with our team to help prioritize.
Feel free to reach us at support@onesignal.com anytime for faster assistance.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Plugin conflict with LeadpagesHi there,
Sorry I am not understanding the conflict or how this relates to OneSignal. Can you email support@onesignal.com to provide more details?
Forum: Reviews
In reply to: [OneSignal - Web Push Notifications] Complicated Plugin.Hello
I’m sorry to hear you had a hard time, did you try reaching out to our support staff at support@onesingal.com?
We would be happy to assist!
The reason why it is important to set your correct site url is browser will not allow web push to work http sites. So we provide a workaround for this, but it is important to set the correct site url for our system to “know” what your site is.
Please email us at support@onesignal.com with your site url, we will be happy to assist.