Booking Widget opening Booking Page on Your Own Website

From Beds24 Wiki
Revision as of 17:04, 19 September 2013 by Annette (talk | contribs) (Created page with "Category:How to Category:Booking Page Category:Widgets By default a booking widget opens your secure booking page in a new window. You can add a redirect so the w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


By default a booking widget opens your secure booking page in a new window. You can add a redirect so the widget opens an embedded booking page on your own website. You can also change the widget so it stays in the same window.


  1. Create the Starting Widget

Generate the code for the widget you want to us in SETTINGS -> BOOKING WIDGETS. Paste it into your html and add the following code. yourURL is your landing page URL on your web site.

  • Links

Add the following to the URL or HREF

&redirect=http://yourURL

  • Booking Box and other HTML forms

Add a hidden parameter as follows between the <form> and </form> tags

<input type='hidden' name='redirect' value='http://yourURL'>

  1. Create the landing page
  • Wordpress

You will will need to adjust the SETTINGS -> Beds24 in your WordPress backend. This requires plugin version 1.3 or greater. Set the default number of nights and adults to not specified so they can be set by the incoming redirect.

  • Your own page

This will work on any page hosted on the same or a different domain as the Starting Widget