Skip to main content
Embedding Bookwhen within your Wix website

How to embed your Bookwhen schedule on your Wix site

Eloise avatar
Written by Eloise
Updated over 2 weeks ago

This article covers:


Locating your iframe embedding code

To find your iframe code:

  1. Open your Public page and select Customise Page:

    Public page with arrow pointing at 'Customise page'

  2. Find the HTML code for your page section, containing the codes for a Button link, a Standard link, and an Embedded iframe.

  3. Select Embedded iframe and copy the code in the box:

    Customise page settings with an arrow pointing at the 'Embedded iframe' code


Embedding the iframe on your website

To embed your Bookwhen schedule into your Wix website:

  1. Open your Wix home page. While in editor mode, select Add elements (+) in the top left menu, Embed code, Popular Embeds, then Embed HTML:

    WiX homepage with various settings highlighted

  2. Select the (+) button to Add to Site:

    WiX 'Embed HTML' setting

  3. After you've added the embed section, select Enter code and paste the iframe code under Add your code here (HTTPS only) before selecting Update:

    WiX HTML Settings screen with arrow pointing at the iframe code

    Example of the embedded iframe in editor view:

    WIX Website page showing the iframe schedule.

You can also use the width and height drag tools in this section to adjust the size of your schedule. However, we recommend using the widest setting to ensure your entire schedule is visible.

Once published, your Bookwhen schedule will be embedded on your website and ready for customers to use.

💡 If needed, the Wix Help Library provides more details on this process.


Other information about the iframe

  • The iframe is fully responsive to mobile devices and should work on any device. To maximise the mobile experience, we recommend keeping event names and descriptions short to minimise scrolling.

  • The iframe only displays your schedule, events, and alert banner. It does not include banner images, buttons, the footer, or any other custom page edits.

  • Troubleshooting appearance issues: If your iframe doesn't display correctly, another element on your website may be interfering with the code. We recommend reaching out to your website manager for troubleshooting.


Troubleshooting the iframe button codes

Some website builders, such as WordPress, may treat the Button link and Standard link codes as iframes. This can cause issues, requiring the links to open in a new tab or window.

  • Fix: If your links aren’t working as expected, use an amended version of the HTML code with target="_blank" to ensure they open in a new tab.

An example of how to adjust the code:

Button link

Default:

<a href="https://bookwhen.com/example" title="Book online"><img src="https://d1abtw6bgq2xi2.cloudfront.net/images/bookonline_button.png" alt="Book online" style="width:105px;height:22px;" /></a>

Amended (opens in a new tab):

<a href="https://bookwhen.com/example" target="_blank" title="Book online"><img src="https://d1abtw6bgq2xi2.cloudfront.net/images/bookonline_button.png" alt="Book online" style="width:105px;height:22px;" /></a>

Standard link

Default:

Amended (opens in a new tab):

<a href="https://bookwhen.com/example" target="_blank">Book online</a>


💬 Need extra help?

  • For the quickest response, contact us via live chat on our homepage or your account. Buddy, our trusty chatbot, will assist first and pass you to a support team member if needed.

  • Prefer email? Send us an email instead.

Thank you! 🕺


Tags: embedding, embed, embedded, iframe, widget, integration, Wix

Did this answer your question?