Skip to content

Installation

Install via CDN

Place the script below in the <head>

html
<script src="https://cdn.jsdelivr.net/npm/hotelier-widgets@latest/dist/hotelier-widgets.js" type="module"></script>">

Usage Example

html
<!DOCTYPE html>
<html>
<head>
  <title>Example</title>
  <script src="https://cdn.jsdelivr.net/npm/hotelier-widgets@latest/dist/hotelier-widgets.js" type="module"></script>
</head>
<body>
  <div hotelier-widget="horizontal-compact" data-url="https://yourdomain.com"></div>
</body>
</html>