ResOnline Booking Gadget

plugin banner

Displays a ResOnline Booking Gadget for any ResOnline property, using a simple short code.

Author:Phoenix Online (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:5.2.2
Plugin version:1.0
Added to WordPress repository:16-07-2019
Last updated:18-07-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/resonline-booki...
Total downloads:621
Active installs:20+
plugin download
Click to start download

The ResOnline Booking Gadget allows registered Hotels, Motels, Caravan Parks and other Accommodation Businesses to embed a relatively user-friendly booking widget directly on their website.

This plugin simplifies the process of embedding the ResOnline Booking Gadget by adding a simple shortcode to WordPress, allowing you to add the ResOnline Booking Gadget to any page, post or CPT on your site using:

[resonline id="123456"]

ResOnline Booking Gadget Lite

  • Embed a Booking Gadget on any Page, Post or CPT on your site
  • Set your default currency
  • Set a default search layout (horizontal or vertical)
  • Switch image previews / thumbnails on and off
  • Override default settings at a shortcode-level

ResOnline Booking Gadget Pro

  • All of the free versions’ options, plus…
  • Set the default number of days / columns displayed
  • Change the default Room Name label

Shortcode Usage

For ease of use and flexibility, this plugin’s shortcodes can be added with practically no options; however most functional options can be used and / or overridden at a shortcode level (including the Columns and Room Label options)

Basic Usage

At a minimum, the Hotel ID must be supplied in order to “pick up” the correct Booking Gadget. So, if you have the Hotel ID 12345, the corresponding short code would be:

[resonline id="12345"]

Additional Parameters / Overrides

The following parameters can be added to the Standard or Pro version of the short code to override the default features:

currency

Any three-letter ISO currency code available to the vendor (eg AUD, USD, IDR, etc)

layout

Layout override. Either horiz for the Wide / Horizontal Layout or vert for the Tall / Vertical Layout

show-images

Set to true to display preview images / thumbnails, or false to hide image previews

columns

The default number of columns to display, when showing a Booking Gadget in Wide / Horizontal Layout mode

label

The label to show (eg, Rooms, Apartments, Cabins, etc)

Example Shortcode Overrides

Different default currency:

[resonline id="12345" currency="GBP"]

Force a horizontal layout:

[resonline id="12345" layout="horiz"]

Hide thumbnails:

[resonline id="12345" show-images="false"]

Reduce columns for a narrow layout:

[resonline id="12345" columns="5"]

Display a custom room label:

[resonline id="12345" label="Yurts"]

A combination of options:

[resonline id="12345" currency="USD" layout="vert" label="Houseboats"]

Screenshots
FAQ
ChangeLog