All Collections
Client Self-Booking
Website Booking
Self-Booking: Link to Specific Items or Categories
Self-Booking: Link to Specific Items or Categories

Overview of how to create and add links to your self-booking overlay.

Will Patterson avatar
Written by Will Patterson
Updated over a week ago

Overview

This article outlines steps to create links to particular items or categories of your booking widget. Before you begin, ensure the links are valid and usable:

  • Ensure that this service or product is sold at this location, and is bookable/purchasable online at this location in your Manage Location settings.

  • For services, ensure that at least one staff member is able to perform this service and that this staff member accepts services that are booked online.

  • If you are linking to a Service Category or Product Category, ensure that this category contains at least one item that is bookable/purchasable online.

Create Links

In your Manage Location settings, navigate to Services or Products to find the item you would like to link to. Choose the appropriate option from the Sharing Options dropdown: whether or not you would like a link to this item, or this item’s category; and if you are using this link from within your website, or from an external website like Instagram.

Items linked from within your website

If you have Boulevard's self-booking overlay installed on your website, you can create an HTML link using this code snippet.

Screen_Shot_2021-08-06_at_10.31.30_AM.png

Simply paste the Javascript into the onclick handler. The following example illustrates this. Ideally, you should use href="#" it alongside the onclick handler.

Screen_Shot_2021-08-05_at_3.33.14_PM.png

When clicked, the button fires a Javascript event that opens up the self-booking overlay on your website directly to the linked item. This all happens inside the current browser tab.

Items linked from outside your website

These links can be accessed from anywhere, such as an Instagram post. Note that they always open a new browser tab when they are clicked. Select Copy Link to paste it in the desired location.

Screen_Shot_2021-08-05_at_3.33.27_PM.png
Did this answer your question?