Using the KBee Embedded SDK, you can embed Kbee on your page. You can even embed Kbee behind your own login!
Get your API Key
From your Kbee dashboard, copy your API Key. We will use it in the next step.
Whitelist Domain Origin
Add the website origin of the page or pages you will be embedding Kbee into. For security reasons, the Kbee SDK will not work on pages not included here.
Install Kbee Embedded (Simple)
On your website, add the following script tag to your page’s <HEAD> tag:
You can now select a target to render the Kbee content into. The Kbee SDK will automatically authenticate your users if you are using password protection.
This sample should get you up and running quickly!
Removing the Logo
When running in embedded mode, you may not want to display your logo inside Kbee. For example, you may already have your logo on your page.
To remove the logo from the embedded mode, go to Settings → Security → Hide Logo on Embedded Pages
Click save to update your pages.
Require Page to be Embedded
You can also require that users only access your space in the embedded mode. Yo do this, switch on “Require Page to be Embedded”
Security Considerations
Embedded mode lets users access your space even if access to your space is restricted. Anyone who can access the embedded page can access your space. This is very convenient when you want to lock access behind your own login, but there are some things to be aware of.
Google Docs
If your space only consists of Google Docs, everything will work as expected in embedded mode.
Other content (PDFs, Slides, Sheets, etc)
Non Docs content requires the user to have access to the underlying item in Google Drive. If you know who the users or groups accessing your space will be, you can add them in Kbee or Google Drive.
If you do not know ahead of time who your users will be, the best choice is to turn on link sharing on the space. This will allow anyone to view the content without needing to be explicitly shared on Google Drive.
However, this means that folks who guess your Google Drive folder’s ID will be able to view your content. Guessing this ID is not easy, but it may be possible.
React Support
In order to use this library with React, the render function call must be used inside a useEffect hook. You also need to use the bypassDocumentLoadEvent in order for things to work.
In order to use this library with Vue, the render function should be called at mounted. You also need to use the bypassDocumentLoadEvent in order for things to work.