HealthCore provides multiple methods to allow your website to accept online appointment
requests. The methods are listed below:
1. Adding a Booking Widget via an iframe
2. Linking to the Appointment Booking Page via a URL
Method 1:
Adding the HealthCORE Appointment Booking Widget via an iframe
Adding the HealthCORE Appointment Booking Widget requires the ability to edit the HTML code
of your website. Please contact HealthCORE Support if you need assistance with adding the
widget to your site.
We suggest adding the widget to a dedicated appointment booking page.
IMPORTANT
Before adding the HealthCORE Appointment Booking Widget to your website, you will need to
obtain a “FACILITY CODE” value. This value is provided by HealthCORE.
Basic iFrame Code Snippet
Copy and paste the HTML code snippet below into the page code that will display the
HealthCORE Appointment Booking Widget. Replace FACILITY_CODE in the code snippet with
the “FACILITY CODE” value provided by HealthCORE.
<!-- HealthCORE Appointment Booking Widget Code -->
<iframe src="https://appointments.healthcoretech.com?code=FACILITY_CODE"
width="600" height="1200" frameborder="0" allowfullscreen="true" aria-
hidden="false" tabindex="0"style="border:0; overflow:hidden;" ></iframe>
<!-- End HealthCORE Appointment Booking Widget Code -->
Allow Widget To Include Custom Color
If you would like to apply a custom color to the HealthCORE Appointment Booking Widget
buttons you can append an additional parameter value in the code snippet. The parameter
name is "css".
Replace HEX_CODE in the code snippet with the RGB hex value of the color.
For example if you would like the buttons within the widget to be red you would supply CC0000
as the HEX_CODE.
<!-- HealthCORE Appointment Booking Widget Code -->
<iframe
src="https://appointments.healthcoretech.com?code=FACILITY_CODE&css=HEX_CODE"
width="600" height="1200" frameborder="0" allowfullscreen="true" aria-
hidden="false" tabindex="0"style="border:0; overflow:hidden;" ></iframe>
<!-- End HealthCORE Appointment Booking Widget Code →
21/3