stafftastic Docs
praktikum.io Organization Posting Embeds

Integration

Getting started

praktikum.io Organization Posting Embeds are an enterprise-only feature. To get started, please reach out to our sales team. We will help you figure out the right setup for your use case and provide you with your embed credentials.

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

Add the embed snippet to your website

Add the following snippet to the page where you want to display the embed. Replace YOUR_EMBED_ID with the ID provided to you by stafftastic.

<script
  src="https://embed.stafftastic.com/praktikumio/organization-postings.js"
  data-embed-id="YOUR_EMBED_ID"
  data-target="praktikumio-organization-postings"
  type="module"
></script>

<div id="praktikumio-organization-postings"></div>

You can now use the embed

Once the snippet is added, the posting search will be loaded into the <div id="praktikumio-organization-postings"></div> element. Visitors can immediately start browsing and filtering your organization's postings.

It's that easy!