Skip to main content
Embedding Bookwhen within your GoDaddy website

How to embed your Bookwhen schedule within your GoDaddy website

Eloise avatar
Written by Eloise
Updated over 3 months ago

This article covers:


Locating your iframe embedding code

You can find your iframe code within your Public page by selecting Customise Page in the top right-hand corner:

The left-hand side contains the automatically generated HTML codes for a Button link, a Standard link, and an Embedded iframe.

Select Embedded iframe and copy the code in the box:


Embedding the iframe on your website

To add your Bookwhen schedule to your GoDaddy website, head to your GoDaddy product page here.

Scroll to Websites + Marketing and select Manage next to your website to open your site. Then choose Edit Website or Edit Site to open your website builder.

Head to the page and location you want to add your iframe to and select Add section:

Search for HTML in the top bar and select Add:

Paste your copied iframe code into the Custom Code field on the right here:

Changes are saved automatically, and you can Preview or Publish your page as needed. You've now successfully embedded your Bookwhen schedule into your website. If required, GoDaddy explains this process further here.


Further information about the iframe

  • The iframe is fully mobile responsive and should work on any device. For the best performance on a mobile device, we recommend keeping the event names and descriptions as short as possible to prevent the need for scrolling.

  • The iframe will only display your schedule, events and alert banner. It doesn't include banner images, buttons, the footer or any other additional edits on your page.

  • If you wish to pre-filter your iframe, you can learn how to do so here.

  • If you have any issues with your iframe rendering on the page, this is most likely due to another element interfering with the code. We recommend getting in touch with your website manager to troubleshoot further.

  • Learn about the iframe limitations.

Troubleshooting the iframe button codes

In some website builders, the default HTML codes for "Button link" and "Standard link" may not work as expected. This is because certain builders, like GoDaddy, treat these links as iframes, which requires them to be opened in a new tab or window.

If you encounter issues with the links not functioning correctly, try using an amended version of the HTML code that includes target="_blank", which forces the link to 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:

<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:

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


💬 Any questions or feedback? There are two ways to get in touch:

Thank you! 🕺

Did this answer your question?