Choose style of subscription from list
Style subcription page (Only for HTTP)
The notifications subscription is possible only on websites with secure connection. For HTTP websites we provide a secured subdomain subscription page.
Use code snippet and place where you need on your website
<a href="javascript:void(0);" onclick="propushSDK.openSubscriptionPage();"> Subscribe</a>
<button type="button" onclick="propushSDK.openSubscriptionPage();"> Subscribe</button>
<a onclick="javascript:void(0);propushSDK.subscribe();"> Subscribe</a>
<button type="button" onclick="propushSDK.subscribe();"> Subscribe</button>