Shortcode | Description | Attributes |
---|---|---|
site-cookies-table | Renders an HTML table containing all cookies of the website. | type : Optional, used to select and render a table for the specified cookie tracking category. Values: Required , Functionality , Performance , Marketing . |
site-cookie-policy | Renders the website's default cookie policy ``document. | - |
site-privacy-policy | Renders the website's default privacy policy document. | - |
site-name | Renders the name of the website. | - |
site-domain | Renders the primary live/preview domain of the website. | - |
site-logo-img | Renders an IMG tag of the website's logo. | width : Optional, sets the width parameter of the image URL. height : Optional, sets the height parameter of the image URL. mode : Optional, sets the mode parameter of the image URL. id : Optional, sets the id attribute of the IMG tag. alt : Optional, sets the alt attribute of the IMG tag. |
site-company | Renders information of the website's company. | field : Required, holds the field of the company's information to render. Values: Id , Name , LegalName , CommercialRegistryId , TaxRegistrationId , TaxOffice , CountryCode , AddressLine1 , AddressLine2 , PostalCode , City , Region , PhoneNumber , EmailAddress , ContactPersonName and Address (all physical address information). |
site-email | Renders the website's configured email address. | - |
site-dpo-name | Renders the name of the website's Data Protection Officer. | - |
site-dpo-email | Renders the email of the website's Data Protection Officer. | - |
site-privacy-policy-link | Renders a link (A tag) to the website's privacy policy page. | target : Optional, sets the target attribute of the link tag. |
site-cookie-policy-link | Renders a link (A tag) to the website's cookie policy page. | target : Optional, sets the target attribute of the link tag. |
site-terms-conditions-link | Renders a link (A tag) to the website's terms and conditions policy page. | target : Optional, sets the target attribute of the link tag. |
html-shortcode | Renders the contents of an HTML shortcode as generated by the plugins and stored in the website's render output data. | code : Required, holds the name of the HTML shortcode to render, e.g. booking-engine-url . |
page-link | Renders a hyperlink to a page or the URL | id: Required, The id of the page to create hyperlink. |
liquid-room-calendar | Generates in-place a room availability calendar for websites using the Liquid booking engine plugin. | weekday: Required, the day of the week that bookings can be placed for the room. Valid values are 0 (Sunday) to 6 (Saturday). |
[html-shortcode code="booking-engine-url"]
will be replaced with https://www.269.demo.hotelwize.com/booking?lang=en-US
.
[html-shortcode code="booking-engine-signature"]
will be replaced with Hotel Booking Engine: <a href=" https://www.bookwize.com" target="_blank" title="Bookwize">Bookwize</a>
.
Field | Usage |
id | Required, The unique id of the page to create hyperlink. |
target | Optional. Use _blank to open the link in a new tab. |
class | Optional. The a element return contains the given CSS class |
title | Optional. The title of the hyperlink. If omitted the shortcode returns only the URL of the page |
locale | Optional. The language to render the page hyperlink or URL. If omitted currents page locale will be used |