Iframe Resizing: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
[[Category:Booking_Page]]
[[Category:Booking_Page]]
[[Category:Widgets]]
[[Category:Widgets]]
[[Category:Developers]]
<div class="heading">Resize Iframe</div>
  This page explains how to use the iFrame Resizer  
  This page explains how to use the iFrame Resizer  
'''Requires:'''  Ability to upload a file and add code to the html of your web site
<span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span>'''Requires:'''  Ability to upload a file and add code to the html of your web site
 
 
This instruction is for version 4.2.10 of iFrame Resizer. There may be a newer version as documented here https://github.com/davidjbradshaw/iframe-resizer


<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}}  </span> This instruction is for version 4.2.10 of iFrame Resizer. There may be a newer version as documented here https://github.com/davidjbradshaw/iframe-resizer


== Introduction ==
== Introduction ==
Line 14: Line 14:
Beds24 can not support or answer questions about this code, for help please refer to the developer site: https://github.com/davidjbradshaw/iframe-resizer
Beds24 can not support or answer questions about this code, for help please refer to the developer site: https://github.com/davidjbradshaw/iframe-resizer


  It has been reported that this solution can cause security warnings in some browsers concerning cross domain scripts. A better solution would be to use a proxy so all scripts use the same domain.
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> It has been reported that this solution can cause security warnings in some browsers concerning cross domain scripts. A better solution would be to use a proxy so all scripts use the same domain.


== Beds24.com ==
== Beds24.com ==
Add the following to the menu SETTINGS ->  BOOKING PAGE -> DEVELOPER "Insert in HTML head"
Add the following to the menu {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPER "Insert in HTML head"


<script type="text/javascript" src="include/iframeresizer/4.2.10/iframeResizer.contentWindow.min.js"></script>  
<code><script type="text/javascript" src="include/iframeresizer/4.2.10/iframeResizer.contentWindow.min.js"></script> </code>


If you want to use a more recent version, you can host the file externally and include it with a full URL, make sure to use https:// to avoid insecure content warnings.
If you want to use a more recent version, you can host the file externally and include it with a full URL, make sure to use https:// to avoid insecure content warnings.
Line 32: Line 32:




<iframe src="https://beds24.com/booking.php?propid=3103" width="100%" scrolling="no"></iframe>
<code> <iframe src="https://beds24.com/booking.php?propid=3103" width="100%" scrolling="no"></iframe></code>
   
   
<script type="text/javascript" src="iframeResizer.min.js"></script>  
<code> <script type="text/javascript" src="iframeResizer.min.js"></script> </code><code><script type="text/javascript">iFrameResize();</script></code>
<script type="text/javascript">
  iFrameResize();
</script>