Embedding a Toucan App Using iFrames
Last updated
Last updated
Although embedding is not a built-in feature for apps, you can integrate a Toucan app within your application using an iFrame. Here’s how:
The Embed SDK is not compatible with iFrames, so SDK functionality will not be available in an embedded Toucan app.
Locate the URL of your app in the browser’s address bar. It should look something like this:
With your app’s URL, you can create an iFrame by using it as the src
attribute:
To allow user-specific access, you’ll need to pass an authentication token. Follow the steps in the authentication documentation to obtain your token. Then, append the token to the URL using the embed_token
parameter:
You’ve successfully embedded a Toucan app within your application!