<aside>

💻 Difficulty: Easy ⏱️ Time to Implement: 5-10 mins

</aside>

Use this guide as a template to send to your website manager or support team to request implementation of the Tekmetric Booking Tool.

Step 1: Install Tekmetric Scheduler Code

Copy and paste the Tekmetric Scheduler code below into the <body> section of your website:

<script>
    window.onload = function() {
      const script = document.createElement('script');
      script.src = '<https://booking.tekmetric.com/iframe/modal.js?time=>' + new Date().getTime();
      script.defer = true;
      document.body.appendChild(script);

      const link = document.createElement('link');
      link.rel = 'stylesheet';
      link.href = '<https://booking.tekmetric.com/iframe/modal.css?time=>' + new Date().getTime();
      document.head.appendChild(link);
    };
  </script>

Step 2: Booking Buttons

Find your current or create new "Book Appointment" buttons and tag with your custom code from the Scheduler settings Get Code button. These will trigger our online booking tool to load.

We recommend replacing any kind of existing "Contact Us" or "Request Appointment" buttons with "Book Appointment" buttons. We also strongly recommend removing any kind of contact forms, and replacing them with booking buttons. That way, all customer communication and scheduling is consolidated in Tekmetric.

image.png

Standalone Booking Link 🔗

Copy and paste your direct booking link here to be used where no button currently exists or for social media and other digital properties