Back to Home
Developer Integration

Integrate Alquilame.io Into Your Website

Embed your rental booking system into any website with a simple code snippet. Works with Shopify, WordPress, Wix, and any platform that supports HTML.

Add to Your Website in Seconds

Copy and paste this code into your website to display your rental products and booking calendar.

Schedule Embed
<iframe
  src="https://alquilame.io/embed/your-store/schedule"
  width="100%"
  height="600"
  frameborder="0"
  title="Rental Calendar">
</iframe>

Embeds only the availability calendar for a specific product

Advanced

Web Components

Use our custom HTML elements for a seamless native integration. No iframe needed.

<alquilame-products>

Display your product catalog as a responsive grid

HTML
<!-- Include the script -->
<script src="https://alquilame.io/assets/alquilame-products.js"></script>

<!-- Use the component -->
<alquilame-products
  tenant="your-store"
  columns="3"
  show-search="true">
</alquilame-products>

<alquilame-tenants>

Showcase rental businesses as a carousel or grid

HTML
<!-- Include the script -->
<script src="https://alquilame.io/assets/alquilame-tenants.js"></script>

<!-- Use the component -->
<alquilame-tenants
  auto-scroll="true"
  scroll-speed="2"
  show-logos="true">
</alquilame-tenants>

Works With Your Platform

Step-by-step guides for the most popular website platforms

Shopify

Shopify

Custom HTML block

WordPress

WordPress

HTML widget or shortcode

Wix

Wix

HTML embed element

Squarespace

Squarespace

Code block

Webflow

Webflow

Embed component

...and any other platform that supports HTML embedding

See It In Action

Visit our demo site to see how the integration looks on a real website

Ready to Integrate?

Create your free account and get your embed code in seconds