Difference between revisions of "Booking Page: Open in a Pop-Up"
Jump to navigation
Jump to search
Beds24>Annette |
m (1 revision imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:How to]] | [[Category:How to]] | ||
[[Category:Booking_Page]] | [[Category:Booking_Page]] | ||
− | + | <div class="heading">Open Booking Page in a Popup</div> | |
− | Requires: Knowledge of HTML | + | This page explains how to open the booking page in a pop up. |
+ | <span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> '''Requires:''' Knowledge of HTML | ||
− | To open your booking page in a popup add | + | To open your booking page in a popup add <code>class="fancybox fancybox.iframe</code> to the code of your booking widget. |
Example for a link: | Example for a link: | ||
− | <nowiki><a style='font-size: 16px; color: #000000;' target='_blank' href='https:// | + | <code><nowiki><a style='font-size: 16px; color: #000000;' target='_blank' href='https://beds24.com/booking.php?propid=2035&page=getdates&type=0&referer=BookingLink' class="fancybox fancybox.iframe">Book Online</a></nowiki></code> |
Latest revision as of 01:32, 19 May 2021
Open Booking Page in a Popup
This page explains how to open the booking page in a pop up.
{{#fas:lightbulb}} Requires: Knowledge of HTML
To open your booking page in a popup add class="fancybox fancybox.iframe
to the code of your booking widget.
Example for a link:
<a style='font-size: 16px; color: #000000;' target='_blank' href='https://beds24.com/booking.php?propid=2035&page=getdates&type=0&referer=BookingLink' class="fancybox fancybox.iframe">Book Online</a>