To enable Subscriber Growth Modal on your website, include the following code snippet
<!-- Start of Matador Subscriber Growth Script --> <script> (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = 'https://app.matador.ai/_subscriber-growth.js'; g.async = true; s.parentNode.insertBefore(g, s); g.onload = function() { subscriberGrowth("66be2b97ba28ea2e35191bfb"); } })(document, "script"); </script> <!-- End of Matador Subscriber Growth Script -->
This code snippet will load the necessary script for Subscriber Growth Modal and initialize it on your website.
Trigger Subscriber Growth Modal
To trigger the Subscriber Growth Modal, add the class subscriber-growth
to any HTML element. For example:
<div class="subscriber-growth btn btn-primary">
I'm interested
</div>
By adding the subscriber-growth
class to an HTML element, you'll make it a trigger for opening the Subscriber Growth Modal. You can customize the element and appearance based on your design requirements.
If you encounter any issues or have questions about the implementation process, please don't hesitate to contact our support team at support@matador.ai.We're here to help!