Posting embeds
Integration
Getting started
Embedding your postings only takes a few minutes:
Sign in to your praktikum.io account
Sign inSelect your posting
Create embed
When viewing your posting, navigate to Embeds and click Create embed.
For security reasons, you need to define one or more allowed URLs where the embed can be used. We typically recommend using the root URL of your website. You can read more about how origins and allowed URLs work on stafftastic services in our origin configuration guide.
Add embed snippet to your website
After configuring your embed, the app will give you a ready to use code snippet that you can place anywhere in your website to display the embed.
The snippet will look similar to the following example.
<script
src="https://embed.stafftastic.com/praktikumio/postings.js"
data-embed-id="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
type="module"
></script>
<div data-praktikumio-postings="*"></div>