PUBLISHERS · FREE WIDGET

Embed live empty-leg jet deals on any page

A customizable widget for travel magazines, lifestyle sites and deal aggregators. Filter by route and date, match your site's colour and theme, then copy two lines of HTML. The credit link to Limitless Sky is included automatically — that's the entire syndication licence.

Prefer raw data? The same inventory is also available as an RSS feed. Need the URL parameters or a troubleshooting checklist? Read the docs.

FILTERS

APPEARANCE

EMBED CODE (FIXED HEIGHT)

<iframe
  src="https://thelimitlesssky.com/embed/empty-legs"
  width="100%"
  height="520"
  style="border:0;max-width:100%;display:block;"
  loading="lazy"
  title="Live empty-leg private jet deals — Limitless Sky"
  referrerpolicy="no-referrer-when-downgrade"
></iframe>

EMBED CODE (AUTO-RESIZING)

<iframe
  id="ls-empty-legs"
  src="https://thelimitlesssky.com/embed/empty-legs"
  width="100%"
  height="520"
  style="border:0;max-width:100%;display:block;"
  loading="lazy"
  title="Live empty-leg private jet deals — Limitless Sky"
></iframe>
<script>
  (function () {
    window.addEventListener('message', function (e) {
      if (!e.data || e.data.type !== 'limitless-sky:widget-height') return;
      var f = document.getElementById('ls-empty-legs');
      if (f && typeof e.data.height === 'number') {
        f.style.height = (e.data.height + 4) + 'px';
      }
    });
  })();
</script>

The auto-resizing version listens for height updates the widget broadcasts via postMessage, so the iframe grows and shrinks with its content — no scrollbars.

DIRECT WIDGET URL

https://thelimitlesssky.com/embed/empty-legs

Preview pulls real live empty-leg inventory through the same endpoint your embedded copy will use. Inventory refreshes every few minutes.

LICENCE

Free to embed — one condition

You may embed the widget on any free or paywalled property, in any country, in any language. There's no fee, no signup and no traffic cap. The widget itself carries a permanent credit line linking back to Limitless Sky — leaving that credit visible is the entire syndication licence.

Not permitted: removing or hiding the credit link via CSS, wrapping the iframe in an opaque redirect that strips attribution, or rebranding the widget as if the inventory comes from a different broker. Aggregators that do so are not licensed to use the widget.

For a co-branded version, real-time webhook delivery or an affiliate revenue share on confirmed bookings, email partners@thelimitlesssky.com.