Booking Page: Open in a Pop-Up: Difference between revisions

From Beds24 Wiki
Jump to navigation Jump to search
m 1版 をインポートしました
m 1 revision imported
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:How to]]
[[Category:How to]]
[[Category:Booking_Page]]
[[Category:Booking_Page]]
  ''This page explains how to open the booking page in a pop up.''  
<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 ''class="fancybox fancybox.iframe'' to the code of your booking widget.  
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://www.beds24.com/booking.php?propid=2035&page=getdates&type=0&referer=BookingLink' class="fancybox fancybox.iframe">Book Online</a></nowiki>
<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>