webpushr
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] The plugin makes website slowHi there,
Thank you for considering Webpushr for your site. Webpushr is built by folks with extensive experience in SEO and successfully ranking websites in some of the world’s most competitive & high volume keywords across multiple niches. I assure you of this: impact to site speed and lighthouse metrics are one of the major and uncompromisable focus areas for us.
The URL you posted is a POST call made to our servers to record prompt impression. This should not impact the load time/lighthouse metrics for your site at all. It is not loading anything on your site.
The image with 70ms load time (which is not bad at all) is only served when/if the following conditions are met: 1- User has declined push notifications (user has performed a manual action AFTER your site and our main JS SDK file has fully loaded), and, 2- The user clicks on the the bell icon.
Please feel free to write to us on [email protected] so our engineers can look at your site in more detail. We can also explain why some of the resources are not stored locally within the plugin even though it makes it more cost-effective for us to do so. We can also give you examples of websites that currently use Webpushr and rank above-the-fold for super high-volume (top 100) and highly competitive keywords.
Hi @arwinjp,
Thank you for using Webpushr. We currently do not have an out-of-the-box functionality that enables you to send push per category.
Please take a look at our Custom Attribute feature that can help you do this. It will require some custom development on your end.
Feel free to ask any follow-up question on [email protected].
Hope this helps.
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] not workingIssue is resolved. We are closing this thread. Please feel free to ask us any follow-up questions via [email protected]
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] not workingCan you please send us an e-mail at [email protected] and mention this thread?
Thank you!
Forum: Reviews
In reply to: [Web Push Notifications - Webpushr] Excellent.Thank you for your kind review. We really appreciate it.
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Segment is invalid or missingHi there,
Thank you for using Webpushr. We can help you resolve this issue. Please select a segment from our Plugin’s configuration page. You will see an option to “Select Segment”. When you click on the form, it will automatically populate with default options. Please select one. That should fix the issue.
E-mail us at [email protected] if the issue persists.
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Rss ability?Closing this thread. Hope that is ok.
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Rss ability?Hi there,
Thank you for using Webpushr. Our plugin does not offer RSS to Push ability but you can do that using our Zapier integration. Here is more info: https://zapier.com/apps/rss/integrations/webpushr
Please feel free to reach out to us at [email protected] for faster support.
Thank you!
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Error PHPThank you for bringing this to our attention. We have fixed the issue and published a new version of our plugin. Please update to the latest version. Thank you!
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Push for New ProductsWe have fixed the bug. Please perform the following steps:
1- Update our plugin to the latest version
2- Go to “Setup” page of our plugin and click on “Activate Webpushr” one more timeIf you have any follow-up question, please e-mail us at [email protected]
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Push for New ProductsHi there, as part of our internal testing, we have identified a bug that could be causing WooCommerce notifications to not use placeholder settings (as defined in configuration page) if WooCommerce was installed after our Plugin was activated. We are working to fix this and we will publish a new version of our plugin with fixes soon.
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Push for New ProductsHi there! We are assuming you have WooCommerce installed and active on your site. Your settings look OK. In the first screenshot, we see that you have selected “product” which is good. The placeholders you have selected in your second screenshot under WooCommerce Settings also look valid. We recommend that in order to test, you start with the following settings under “WooCommerce Settings” section of our plugin’s configuration page:
1- Add {product_name} as the placeholder for “Notification Title” and “Notification Message”
2- Add {product_url} as the placeholder for “Target URL” setting.If the above works, you can then add more placeholders.
Hope this helps. If you have any questions, feel free to e-mail us at [email protected]
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Get the logged-in user informationHi there,
Thank you for using Webpushr. Are you trying to assign user information such as e-mail, which is stored in your database, as a Custom Attribute to your push subscriber? If so, this will require some custom development on your end.
For example: you could try the following:
<?php $current_user = wp_get_current_user(); ?>
<script>
function _webpushrScriptReady(){
webpushr(‘attributes’,{“user_email” : “<?php echo $current_user->user_email;?>”,”user_name” : “<?php echo $current_user->display_name;?>”,”user_id” : “<?php echo $current_user->ID;?>”, });
}
</script>Hope this helps!
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Notification sent on updateHi there,
We did testing on our test websites, and we have not been able to replicate the issue. These are steps we performed:
1- Unchecked “Automatically send push notification when an existing post is updated” setting from our plugin’s Configuration page.
2- Opened an existing standard post using the standard visual editor.
3- Confirmed that the “Send Web Push Notification” option in meta box (in the left side menu items) was unchecked.
4- Updated the post. Notification was not sent out.
5- We repeated above steps using Classic Editor as well on a few test websites and we got the same result.FYI – we have not heard from any other customer about this. We suspect that the issue is local to your environment. Can you please e-mail us at [email protected] so one of our engineers can hop on a quick call with you and try to troubleshoot?
Thank you!
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Notification sent on updateCan you please e-mail us at [email protected] and mention this thread?