Guide for Embedding Our Pages

You can easily embed our content on your own website using an iFrame. This allows you to display dynamic information from our pages directly within your site's layout.

Instructions:

Simply copy the HTML code for the desired version and paste it into the section of your website's HTML where you want the content to appear.

With accommodation:

<div style="position:relative;width:100%;height:100%;">
    <iframe src="https://choose.brisbane.qld.au/destination-iframe" style="position:absolute;top:0;left:0;width:100%;height:100%;" allowfullscreen frameborder="0"></iframe>
</div>
	

Without accommodation:

<div style="position:relative;width:100%;height:100%;">
    <iframe src="https://choose.brisbane.qld.au/beda-iframe" style="position:absolute;top:0;left:0;width:100%;height:100%;" allowfullscreen frameborder="0"></iframe>
</div>
	

Enterprise:

A destination iframe that profiles Brisbane's key industry sectors, educational and cultural appeal, along with industry news and updates.
<div style="position:relative;width:100%;height:100%;">
    <iframe src="https://choose.brisbane.qld.au/BEDA-Business-Events-iFrame" style="position:absolute;top:0;left:0;width:100%;height:100%;" allowfullscreen frameborder="0"></iframe>
</div>