Subscription Settings

Customize subscription

SUBSCRIPTION DIALOGBOX SETTINGS

  • Direct Subcription
  • Bell
  • Bar
  • Safari style

Choose style of subscription from list

SUBSCRIPTION PAGE SETTINGS

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.

SUBSCRIPTION USING BUTTONS / LINKS

Use code snippet and place where you need on your website

For HTTP websites only:

          
                  
                    <a href="javascript:void(0);" onclick="propushSDK.openSubscriptionPage();"> Subscribe</a>
                    <button type="button" onclick="propushSDK.openSubscriptionPage();"> Subscribe</button>
                  
                  

For HTTPS websites only:

          
                  
                    <a onclick="javascript:void(0);propushSDK.subscribe();"> Subscribe</a>
                    <button type="button" onclick="propushSDK.subscribe();"> Subscribe</button>