FAQ

  • To attach a custom link to a button on your website, you’ll typically need to work with HTML and possibly some JavaScript. Here’s a step-by-step guide on how to do it:

    1. HTML Button Element: Create an HTML button element on your webpage. You can do this by using the <button> tag or by styling a link <a> element to look like a button.

     

    1. HTML Button Element: Create an HTML button element on your web page. You can do this using the <button> tag or by styling an <a> link element to look like a button.

    html

    <button id=”myButton”>Click Me</button>

    1. JavaScript Event Listener: Add a JavaScript event listener to the button element. This will allow you to define the action to be performed when the button is clicked.

    html

    <script>

    var myButton = document.getElementById(“myButton”);

    myButton.addEventListener(“click”, function() {

    // Code to be executed when the button is clicked

    // Replace ‘your-custom-link’ with the actual URL you want to link to

    window.location.href = “your-custom-link”;

    });

    </script>

    In the code above, we retrieve the button element using its ID and attach a click event listener to it. When the button is clicked, the code inside the function will be executed. The line window.location.href is used to redirect the user to the specified URL.

    1. Replace ‘your-custom-link’: Replace the placeholder “your-custom-link” in the JavaScript code with the actual URL you want the button to link to. For example:

    javascript

    window.location.href = “https://www.example.com”;

    Make sure to include the full URL, including the protocol (e.g., https://).

    1. Place the code: Insert the HTML code with the button and JavaScript code into your webpage at the desired location.
    2. Customize the button: You can style the button using CSS to make it visually appealing. You can modify its appearance using CSS properties like background-color, color, font-size, etc.

    That’s it! With these steps, you can attach a custom link to a button on your website. When the button is clicked, the user will be redirected to the specified URL.

     

  • The Book Online button enables users to discover local businesses on Google Search and Maps, and then redirect them to the appointment provider’s landing page to complete the booking.

    To install Book Online button, please follow the next steps:

    1. Your beauty salon, spa, etc., must already have a Local Services Ads account and have the account be connected to a Google Business Profile.
    2. Ensure that the address filled in a Company profile at Yeswebook entered exactly in accordance with Google maps location.
    3. Just enable in a side bar of Yeswebook CRM Settings=>Company=>Online booking with Google

    You are all set!

     

     

Ask any question or book a presentation

Be one of the first digitized salons in the industry


Copyright 2024 © CÔNG TY TNHH RAIT.

Giấy phép kinh doanh số 0317500555 do sở KH & ĐT TP Hồ Chí Minh cấp ngày 03/10/2022.

Địa chỉ: 94 Xuân Thủy, Phường Thảo Điền, Thành phố Thủ Đức, Thành phố Hồ Chí Minh, Việt Nam.

Điện thoại: (+84)763112021.