Guest House Website Demo

The purpose of this page is to demonstrate the minimal implementation needed of all widgets Guest House provide.

GH Widget Script
<script>
(function(u,w) {
  var e = document.createElement("script");
  e.async = true;
  e.src = u + "?w=" + w + "&cb=" + Date.now();
  document.head.appendChild(e);
})('https://use your guest house domain/assets/widget/widget.js');
</script>
Strawberry Login (sv-SE)
<div 
class="pricecalendarwidget" 
data-lang="sv-SE" 
data-type="strawberry-login">
</div>

Special note: Check for console error: Not able to start SSO login, origin not whitelisted?
In that case, reach out to your Guest House contact

Calendar Widget (sv-SE)
<div 
class="pricecalendarwidget" 
data-id="9bc7f7a4-81a5-4ea5-a4b4-ff148505e316" *
data-lang="sv-SE" 
data-type="calendar" 
data-start-date="2025-12-24">
</div>
Dropdown Widget (en-US)
<div 
class="pricecalendarwidget" 
data-id="9bc7f7a4-81a5-4ea5-a4b4-ff148505e316" *
data-lang="en-US" 
data-type="dropdown">
</div>
Mypage Login (en-US)
<div 
class="pricecalendarwidget" 
data-lang="en-US" 
data-type="mypage-login">
</div>
Note
  * In this environment fetched and selected from 
  https://stage.guest-house.app/api/integration/widgets/v1, in your hotel, use your url
Loyalty login info
Environment script: https://stage.guest-house.app/assets/widget/widget.js