Add OneSignal to your podcast website
Free web push with a generous subscriber tier.
The snippet
<script src="https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js" defer></script>
<script>
window.OneSignalDeferred = window.OneSignalDeferred || [];
OneSignalDeferred.push(async function(OneSignal) {
await OneSignal.init({ appId: "YOUR-ONESIGNAL-APP-ID" });
});
</script>
Swap YOUR-ONESIGNAL-APP-ID and paste it into the Body slot. OneSignal also asks you to host two service-worker files — follow their web-push guide.
No coding? Ask an AI
Give me the OneSignal install snippet for my website, ready to paste before the closing </body> tag, with a placeholder for my ID or account.
How to add it
- 1 Copy the OneSignal snippet below and adjust the placeholders.
- 2 In your PodView Control Panel, open Advanced (Creator plan).
- 3 Paste it into the Body code field and turn its toggle on.
- 4 Save, then reload your public site to confirm it works.
Only paste snippets from accounts and vendors you control. Add one integration at a time so you can spot any that misbehaves.
Advanced Customization is a Creator feature
Add OneSignal and go live in minutes once you're on Creator.