How To Connect Your Website With Lead Autom8r
Please follow the steps shown below in order to connect your website to the PatientSites platform:
1. Paste the following snippet between the <head> </head>
tag on each page of your site:
<script src="//leadbox.patientsites.com/leadbox.min.js”> </script>
2. In order to show pop-up lead boxes on your website, create a new button on any page of your site:
Option 1: You can insert the onclick="return false;"
attribute in the tag and use '#' as the link destination, so the code would look like this:
<a href="#" onclick="return false;" class="ebook-button">
Option 2: You can insert javascript:void(0)
as the link destination, so the code would look like this:
<a href="javascript:void(0)" class="ebook-button">
3. In order to set up a subdomain for the landing pages, we need you to add a DNS record in the hosting control panel of your website.
Access your hosting provider to create a CNAME record for your website domain with the value 'pages' pointing to patientsites.com
If you'd like our assistance in setting up a CNAME record, please contact us at support@patientsites.com.