Embedding Buktor Pro App in Third-Party Software
This guide explains how to embed the Buktor Pro app into third-party software or websites and provides details on accessing specific application pages.
Embed Code
To embed the Buktor Pro app, use the following HTML code:
<!-- Embed Code Start -->
<section class="embed-container">
<iframe id="iframe" src="https://app.buktor.com/" frameborder="0" style="width:100%; height:100%;"></iframe>
</section>
<!-- Embed Code End -->Key Details
- The application is embedded using an
<iframe>element. - Ensure the
styleattribute defineswidth:100%;andheight:100%;for full responsiveness.
Embedded Sign Up
Watch this video guide for connecting channels with Chazt in the embedded sign-up flow.
Available Pages
The Buktor Pro app includes multiple pages that can be accessed directly by appending their respective routes to the base URL (https://app.buktor.com/#/).
Usage Instructions
Embedding the Application
- Add the provided embed code to your HTML file where you want the Buktor Pro app to appear.
- Ensure your website or software supports embedding via
<iframe>.
Navigating Pages
- To load a specific page, append the route (e.g.,
/dashboard) to the base URL. - Example: To access the Dashboard, navigate to https://app.buktor.com/#/dashboard (opens in a new tab).
Notes
- Embedding via
<iframe>is subject to your platform's compatibility and restrictions. - Ensure the host environment allows embedding secure (HTTPS) content.
For support or further queries, contact Buktor Support.