Subscribers
Subscribers is a platform for collecting subscribers and sending web push notifications to website visitors.
Key features include:
- Web push notification delivery
- Subscriber collection tools
- Automated and scheduled campaigns
- Segmentation and performance tracking
Subscribers integrates with ShopWired by adding a tracking to the ShopWired theme so you can collect subscribers and send push notifications from your website.
Account creation
Account creation
Create an account on the website at Subscribers.
After your account is created and your website is added, Subscribers will provide a JavaScript tracking script for installation on your website.
Theme installation
Theme installation
Subscribers provides a script similar to the example shown below:
<script type="text/javascript">
var subscribersSiteId = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX';
</script>
<script type="text/javascript" src="https://cdn.subscribers.com/assets/subscribers.js"></script>
The script shown above is provided as an example only. You must copy the exact script provided in your Subscribers account, as the script and any ID values will be unique to your website.
To install the script on your ShopWired theme:
- Navigate to Website > Themes
- Select the
code editoroption for the theme you want to edit - Open the
master.twigfile - Add the script just before the closing
</body>tag - Select Save changes
After the script has been added, Subscribers will begin collecting data from your website.
Recommendations
Recommendations
- Ensure your domain is verified within Subscribers before testing notifications
- Avoid installing the script multiple times across theme files
- Test subscription prompts on a draft theme before publishing to your live site
- Upload any required service worker file to your website root if specified by Subscribers