Skip to main content
All CollectionsOnline Booking
Can I use iFrames (inline frames) with my Customer View?
Can I use iFrames (inline frames) with my Customer View?
Angel Horowitz avatar
Written by Angel Horowitz
Updated over a week ago

Can I use iFrames (inline frames) with my Customer View?

  • Pricing Tier: Platinum

  • Appointment Version: Single & Multiple


An iFrame (Inline FRAME) is an HTML structure that lets you embed one website page within another. The iFrame is set up as a window frame of a specified size that scrolls along with the rest of the page, but the iFrame's content can itself be scrolled if it is larger than the iFrame window.
โ€‹
You can add your DaySmart Appointments Customer View to your website via iFrames. The advantage of this is that customers do not have to navigate away from your website and the scheduling site looks integrated with your website.

As a DaySmart Appointments client, you or your web designer will need to integrate the iFrame into your website and maintain it.

Below is a sample of the code, what you would need to enter, as well as a working version.
โ€‹

<iframe src="Customer View URL Here" height="Enter in Pixels or %" width="Enter in Pixels or %">ย 

Tip: The minimum supported browser screen resolution/size of the Classic Customer View is: 1024x768

Did this answer your question?