To install the Koala360 Embed plugin, follow these steps:
The Koala360 Embed plugin allows you to embed 360 virtual tours on your Wordpress site using a shortcode. The shortcode to use is [koala360_embed]
.
The [koala360_embed]
shortcode supports the following attributes:
id
(required): The ID of the Koala360 tour you want to embed.width
(optional): The width of the iframe. Default is 100%
.height
(optional): The height of the iframe. Default is 500px
.hide_thumbnails
(optional): Hide the thumbnails in the tour. Accepts boolean values true
or false
. Default is false
.optimise_images
(optional): Enable image optimization. Accepts boolean values true
or false
. Default is false
.disable_zoom
(optional): Disable zooming in the tour. Accepts boolean values true
or false
. Default is false
.auto_rotate
(optional): Enable auto rotation in the tour. Accepts boolean values true
or false
. Default is false
.[koala360_embed id="279"]
[koala360_embed id="279" width="1200px" height="600px" hide_thumbnails="true" optimise_images="true" disable_zoom="true" auto_rotate="true"]
A: The ID of a Koala360 tour can be found in the tour's URL. For example, if the tour URL is https://www.koala360.com/tour?id=279
, the ID is 279
.
A: Yes, you can customize the width and height of the iframe by using the width
and height
attributes in the shortcode.
A: You can disable features like thumbnails, image optimization, zooming, or auto rotation by setting the respective boolean attributes in the shortcode.
If you encounter any issues or have any questions or suggestions regarding the Koala 360 plugin, please reach out to our support team at support@koala360.com. We appreciate your feedback and will do our best to assist you promptly.
You can also visit our website at www.koala360.com for more information and updates on Koala 360.
The Koala360 Embed plugin is released under the GPL-2.0-or-later license. Please refer to the license file for more information.