Affiliate search widget

Omio Affiliate Widget Intro

Welcome to the Omio Affiliate Widget Tool.

The perfect starting point for Travellers, our Widget Tool will direct users to a list of transport options in their desired destination. You're free to customise the style of this responsive product, and you can target the searches your users make by pre-applying filters.

Simply Create, Preview and Publish the code, it’s that simple.

Contact [email protected] if you have any questions.

Widget Configurator

Configure the widget for your needs and see your updates in live demo.

Departure date
Return date

Live demo

Code Example

Copy and paste code this code snippet to your website.

<script>
  (function addWidget(d) {
    var widgetStyle = d.createElement('link');
    widgetStyle.setAttribute('rel', 'stylesheet');
    widgetStyle.setAttribute('href', 'https://www.omio.com/gcs-proxy/b2b-nemo-prod/bundle/en/bundle.css?v=' + new Date().getTime());
    d.head.appendChild(widgetStyle);

    var widgetScript = d.createElement('script');
    widgetScript.setAttribute('src', 'https://www.omio.com/gcs-proxy/b2b-nemo-prod/bundle/en/bundle.js?v=' + new Date().getTime());
    d.body.appendChild(widgetScript);
  })(document);
</script>
<div
  data-omio-widget="true"
  data-partner-id="omiolps"
></div>

Multiple widgets in one page

To render multiple widgets in one page, simply add the script tag only once and create multiple divs with attribute data-omio-widget="true", along with their respective data attributes.

HomeAffiliate search widget