SimplyBookMe
SimplyBook.me is an online appointment scheduling platform that provides booking widgets that can be embedded on a website to allow visitors to schedule appointments.
Key features include:
- An iframe booking widget for displaying a booking page within a website
- A reviews widget for displaying customer reviews
- A smart widget for displaying services and booking options
SimplyBook.me integrates with ShopWired by adding to website pages to display booking widgets that allow visitors to schedule appointments.
SimplyBook.me does not integrate with ShopWired products or ShopWired Payments. It is not possible to use ShopWired products or the ShopWired payment gateway to take payment for appointments booked through SimplyBook.me.
Account creation
Account creation
Create an account on the SimplyBook.me website. SimplyBook.me provides embed code that can be added to your website to display booking widgets.
Embedding a booking iframe
Embedding a booking iframe
Use this method to display a full SimplyBook.me booking page directly within a landing page or website page.
An example of iframe embed code is shown below:
<iframe src="https://yourbusiness.simplybook.me/v2/" width="100%" height="600" frameborder="0"></iframe>
The code shown above is provided as an example only. You must copy the exact embed code provided in your SimplyBook.me account, as the code and any ID values will be unique to your website.
Add this code to your ShopWired website:
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
custom HTMLsection type - Paste the iframe code into the Custom HTML setting
- Use the theme editor to position the booking iframe on the page
Embedding a reviews widget
Embedding a reviews widget
Use this method to display customer reviews from SimplyBook.me on a landing page or website page.
An example of reviews widget embed code is shown below:
<div id="sb_reviews_widget"></div>
<script src="https://your-reviews-widget.js"></script>
The code shown above is provided as an example only. You must copy the exact embed code provided in your SimplyBook.me account, as the code and any ID values will be unique to your website.
Add this code to your ShopWired website:
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
custom HTMLsection type - Paste the reviews widget code into the Custom HTML setting
- Use the theme editor to position the widget on the page
Embedding a smart widget
Embedding a smart widget
Use this method to display a smart booking widget that shows services and booking options on a landing page or website page.
An example of smart widget embed code is shown below:
<div id="sb_smart_widget"></div>
<script src="https://your-smart-widget.js"></script>
The code shown above is provided as an example only. You must copy the exact embed code provided in your SimplyBook.me account, as the code and any ID values will be unique to your website.
Add this code to your ShopWired website:
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
custom HTMLsection type - Paste the smart widget code into the Custom HTML setting
- Use the theme editor to position the widget on the page
Recommendations
Recommendations
- Check that booking widgets load correctly on desktop and mobile devices.
- Confirm that embed code is added to the intended page and positioned correctly within the layout.