Booking Engine Guide
  • Mews Booking Engine Guide
  • Booking Engine Standalone
    • Getting started
    • Deeplinks
  • Booking Engine Widget
    • Getting started
    • Use cases
      • Prerequisites
      • Testing in the Demo environment
      • Using your own Date inputs
      • Multiple enterprises and pre-selected locations
      • Disabling widget caching
    • Advanced guide
    • Reference
    • Troubleshooting
  • Booking Engine API
    • Usage guidelines
      • Authentication
      • Requests
      • Responses
      • Environments
      • Images
      • Supported currency codes
      • Supported language codes
    • Use cases
      • Availability blocks
      • On session payments
      • Payment card authorization
      • Supporting payment cards
    • API Operations
      • Availability blocks
      • Configuration
      • Hotels
      • Payment cards
      • Reservations
      • Reservation groups
      • Services
      • Vouchers
    • Deprecations
  • Integrations
    • Google Tag Manager
    • Google Triggers Reference
    • Google Tag Manager Configuration
    • Google Analytics cross-domain tracking
  • FAQ
    • Ways to integrate
    • Migration off the mews.li domain
  • Changelog
    • Changelog 2024
    • Changelog 2023
    • Changelog 2022
    • Changelog 2021
    • Changelog 2020
Powered by GitBook
On this page
  • Standalone Booking Engine migration
  • Example
  • Widget Booking Engine migration

Was this helpful?

  1. FAQ

Migration off the mews.li domain

PreviousWays to integrateNextChangelog

Last updated 2 months ago

Was this helpful?

This is a guide to help you migrate your booking engine off the discontinued mews.li domain.

Important: Support for the old domain was discontinued in May 2024 - we are not responsible for the functionality of the booking engine on this domain.

Standalone Booking Engine migration

Find every occurrence of links containing https://mews.li domain pointing to the standalone booking engine hosted on our domain and replace them with https://app.mews.com. See .

Example

❌ Deprecated implementation

<a href="https://www.mews.li/distributor/6b87e134-8c75-468a-82d4-aca900c43c70">Book Now</a>

✅ After migration implementation

<a href="https://app.mews.com/distributor/6b87e134-8c75-468a-82d4-aca900c43c70">Book Now</a>

Widget Booking Engine migration

Replace the domain in your booking engine loading script from https://mews.li to https://api.mews.com. See .

❌ Deprecated implementation

<head>
    ...
    <script src="https://mews.li/distributor/distributor.min.js"></script>
    ...
</head>

✅ After migration implementation

<head>
    ...
    <script src="https://api.mews.com/distributor/distributor.min.js"></script>
    ...
</head>

After a successful migration, the keyword mews.li should no longer appear on your website.

If you have any questions, please open a ticket from Mews Operations via the Mews Digital Assistant.

Standalone implementation guide
installation guideline