You can embed the job video for example, on your career page, ob websites or in social media postings.


Required Permissions

  • Edit job publication
  • View job video


Follow these steps:

  1. Open the job publication with the video.
  2. Copy the video link in the Job Video section.
  3. Insert the link into this code:
    <p>
    <video controls style="aspect-ratio: 9 / 16; width: 100%;">
    <source src="INSERT LINK HERE" />
    Watch an example here.
    </video>
    </p>

4. Adjust the video size as needed by changing the width values.

5. You can also change the text "Watch an example here." This text appears in browsers that do not support the video tag.

6. Copy the code and paste it into the webpage where the video should appear.