English
Appearance
English
Appearance
| Kivicube Version | Plugin Method |
| Free / Starter | Supports basic iframe embedding and Kivicube Web AR Plugin integration
|
| Pro | Supports basic iframe embedding and Kivicube Web AR Plugin integration
|
| Entreprise | Supports basic iframe embedding and Kivicube Web AR Plugin integration
|
Quick integration for Web AR Plugin
Non-enterprise users can use this method to quickly integrate a Kivicube link into their own H5 page.
If you need to use more customized features, please use the Kivicube Web AR Plugin.
<iframe
src="https://www.kivicube.com/scenes/lU0kh9MnQBxa15Op5tcl3SJV53FWcSk6"
allow="camera;"
frameborder="0"
width="300px"
height="500px">
</iframe>WARNING
The webpage using the iframe tag (the page where your self-developed H5 is located) must run on the HTTPS protocol or be accessed via http://localhost.
Otherwise, the webpage inside the iframe will fail to open the camera, and a message such as “Only supported on iOS 11 and above” will appear.
It is not recommended to perform integration testing in a development environment (such as an internal network address like 192.168.x.x), unless you have correctly configured HTTPS and can access it on your mobile device.
It is recommended to deploy directly to an online environment (which must support HTTPS access) for testing.
<iframe
src="YOURCOLLECTIONLINK"
allow="camera;"
frameborder="0"
width="300px"
height="500px">
</iframe>WARNING
The webpage using the iframe tag (the page where your self-developed H5 is located) must run on the HTTPS protocol, or be accessed via http://localhost.
Otherwise, the webpage inside the iframe will be unable to open the camera, and a message such as “Only supported on iOS 11 and above” will appear.
It is not recommended to perform integration testing in a development environment (for example, an internal network address like 192.168.x.x) unless you have correctly configured HTTPS and can access it on your mobile device.
It is recommended to deploy directly to an online environment (which must support HTTPS access) for testing.