stafftastic Docs
Spaces

Integration

Getting started

To integrate a praktikum.io Space into your website, you need to get in touch with the stafftastic team. We will help you figure out what setup works best for your use case and provide you with the necessary credentials.

Once you have received your credentials, you can integrate the Space:

Add the embed snippet to your website

Add the following snippet to the page where you want to display your Space. Replace YOUR_SPACE_ID with the ID provided to you by stafftastic.

<script
  src="https://embed.stafftastic.com/praktikumio/spaces.js"
  data-space-id="YOUR_SPACE_ID"
  data-target="praktikumio-space"
  type="module"
></script>

<div id="praktikumio-space"></div>

You can now use the Space

Once the snippet is added, you can start using the Space in your application. The content will be loaded into the <div id="praktikumio-space"></div> element.

It's that easy!