Embedding a Toucan App Using iFrames

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:

circle-exclamation

1. Get Your App URL

Locate the URL of your app in the browser’s address bar. It should look something like this:

2. Create the iFrame

With your app’s URL, you can create an iFrame by using it as the src attribute:

3. Authenticate the iFrame

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:

Congratulations! 🎉

You’ve successfully embedded a Toucan app within your application!

Last updated

Was this helpful?