Buttons on your public page are useful for linking to other relevant web pages without displaying messy URLs. They provide a clean and user-friendly way for customers to navigate to additional resources or pages related to your events.
This article covers:
Adding a button to your public page
Buttons display at the top of your public page, in the General information area. For example:
βLinking buttons to relevant pages
Each button needs a destination URL to link through to, so make sure you have the correct URL ready.
Instagram: https://www.instagram.com/bookwhen/
Facebook: https://www.facebook.com/bookwhenhq/.
Understanding button code
Each button code can be broken down into sections. Here's an example of the code used to create a blue Instagram button:
<
div class="view_button">
<a class="small button success" href="https://www.instagram.com/bookwhen/ "> Instagram</a>
</div>
Let's break that down:
class="view_button": This defines the button's shape.
<a class="small button success": This defines the button's colour; you can replace this with another colour.
href="https://www.instagram.com/bookwhen/": This is the link the button will direct to.
>Instagram</a>: This is the text displayed on your button. For example, you could change this to >Visit our website</a>.
β
π‘ Important: The code must be in this specific order to work correctly.
Where to add the button code
Once you've created your button code:
Open your Scheduling page and select View public page to open your public page:
Select Customise page from the top right-hand corner:
Scroll down and paste the code(s) into the General information field:
Select Save header text when you have finished editing, and refresh the public page to view the result.
π‘ Important: When pasting the button code into the page field, ensure you're not pasting any formatting from another tool (e.g., Microsoft Word). To avoid unwanted formatting, we recommend using the 'Paste and Match Style' option. This ensures the code remains clean and functions as intended.
Different button colours
You can choose from the following button colours:
The codes for each colour:
Blue button |
|
Green button |
|
Light blue button |
|
Grey button |
|
Orange button |
|
Red button |
|
Additional formatting options
Alongside the colour options, you can also:
Using emojis on your buttons πβοΈπΊπβ¨
You can add emojis to your buttons, for example:
"π Online classes" |
To do this, add the emoji to the > your text </a> part of the code. For example:
Spacing your buttons:
You can use the code </p> to create a line break if you want to stack your buttons vertically.
For example:
<div class="view_button">
<a class="small button success" href="https://www.instagram.com/bookwhen/ "> Instagram</a>
</div>
</p>
<div class="view_button">
<a class="small button success" href="https://www.facebook.com/bookwhenhq/"> Facebook</a>
</div>
Public page example:
Making your buttons mobile-friendly
You may find that if you have multiple buttons, they don't wrap/stack nicely on a smaller screen. For example:
To avoid this issue, add the following line to your button code:
style="margin-bottom: 10px;"
βFor example:
This will result in more evenly spaced buttons:
π¬ Any questions or feedback? There are two ways to get in touch:
For a quicker response, please contact us via live chat on our homepage or your account.
Or send us an email
Thank you! πΊ
Return to the top β¬οΈ