Skip to main content

Installation Guide

Integrating EasyWeek ready-to-install widget into your website is a straightforward process. Follow these simple steps to get started:

1. Obtain Your JS Code

  1. Log in to your EasyWeek Admin Panel.

  2. Navigate to the Integration or Widget section.

  3. Locate the JavaScript code snippet provided for embedding EasyWeek on your website.

  4. Copy the entire JS code.

2. Paste the JS Code

Once you've copied the JS code from your EasyWeek Admin Panel, follow these steps to integrate it into your website:

For HTML Websites

  1. Open the HTML file of your website in a code editor.

  2. Locate the <head> section in the HTML file.

  3. Paste the copied JS code inside the <head> section.

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Other head elements -->

<!-- Paste the EasyWeek JS code here -->
<script>
// Your EasyWeek JS code
</script>
</head>
<body>
<!-- Body content -->
</body>
</html>

For CMS Platforms (e.g., WordPress, Wix)

  1. Log in to your CMS platform.

  2. Access the settings or code injection section for your website.

  3. Paste the copied JS code in the designated area for adding custom scripts.

  4. Save the changes.

3. Verify Integration

After pasting the JS code, save your changes and navigate to your website to ensure the EasyWeek widget is correctly integrated. You should now see the booking functionality seamlessly embedded on your website.

That's it! You've successfully integrated EasyWeek into your website, allowing your customers to easily book appointments or services online.