Find hotels smarter before you book
English only · ChatGPT-like UI · Agoda DB match like FindHotelsAI v9

Free Hotel AI Widget for Webmasters

Give your visitors a hotel AI search box. Choose the safe iframe version for WordPress and blogs, or the flexible JavaScript version for normal websites.

Open iframe demo FindHotelsAI.com

Option 1: iframe

Best for WordPress, Blogger, old CMS, and websites that remove script tags. This is the most reliable install method. The answer appears inside the chat area with a visible thinking status.

Copy this code
<iframe src="https://findhotelsai.com/widget/embed.php" style="width:100%;max-width:760px;height:560px;border:0;display:block;margin:16px auto;overflow:hidden;" loading="lazy"></iframe>

Use this in a WordPress Custom HTML block. It usually displays even when JavaScript is blocked by the editor.

Option 2: JavaScript

Best for HTML/PHP sites where script tags are allowed. The widget is injected into your page and can be customized with data attributes.

Copy this code
<div id="findhotelsai-widget"></div> <script src="https://findhotelsai.com/widget/widget.js" defer></script>

If the widget does not show after publishing, your CMS probably removed the script. Switch to iframe.

Customized JavaScript version

Use this when you want your own title, placeholder, button text, or site name.

<div id="findhotelsai-widget"></div> <script src="https://findhotelsai.com/widget/widget.js" data-title="Hotel AI Search" data-placeholder="Find hotels near Eiffel Tower under $150" data-button="Search hotels" data-site="mytravelblog.com" defer></script>

No-div JavaScript version

Use this if you want the widget to appear exactly where the script is pasted.

<script src="https://findhotelsai.com/widget/widget.js" data-mode="after-script" defer></script>

Live iframe demo

How it works

  • The partner website embeds the widget for free.
  • Visitors ask hotel questions in English.
  • The answer is generated by FindHotelsAI.
  • The widget keeps a clean credit link back to FindHotelsAI.com.
  • The booking button uses your Agoda affiliate link.
  • The interface behaves like ChatGPT: user message first, thinking bubble, answer below, auto-scroll, and locked button while processing.
Recommended: promote iframe first for WordPress users. Offer JavaScript for webmasters who can edit HTML directly.

Separate Thai version: this package is English only · Agoda DB match like FindHotelsAI v9. ThaiHotelsAI should use its own Thai widget and Thai endpoint.