Integrations • WordPress + Custom • Built by JSAN Media
Works with WordPress and custom websites.
Add one snippet, place one service worker file, and you’re ready to collect subscribers and send campaigns.
WordPress
Recommended setup
- Add snippet via header hook / Insert Headers plugin / theme hook element.
- Ensure jeetpush-sw.js is accessible from website root.
- Test subscription on HTTPS only.
Custom sites
Copy-paste snippet
<script>
window.JEETPUSH = {
apiBaseUrl: "https://push.jsanpush.cloud",
siteKey: "YOUR_SITE_KEY",
vapidPublicKey: "YOUR_VAPID_PUBLIC_KEY"
};
</script>
<script src="https://push.jsanpush.cloud/jeetpush.js"></script>
The service worker must be placed on your website root to register properly.