Skip to main content
Answered

Just integrate Jobs List in Iframe

  • November 26, 2024
  • 1 reply
  • 95 views

Hi Community

Is it possible to integrate a job list with a iframe, but not by displaying the whole site. I just want the List with the Jobs without the header image etc. I checked the documentation under https://developer.personio.de/docs/integration-via-iframe but did not find a solution.

Thank you and Cheers

Best answer by Silvan

Hi ​@Trava ,

an iframe always acts like a “window” to another page. This means that it just displays the Personio career page within your website.

You could, however, with a little bit of programming effort use the XML-feed that ist provided by Personio. It only contains the raw data and could be used to craft a job list using the provided “name” values of the individual open job postings.

 

Best,
Silvan

1 reply

Silvan
Community Moderator
Forum|alt.badge.img+3
  • Community Moderator
  • Answer
  • December 3, 2024

Hi ​@Trava ,

an iframe always acts like a “window” to another page. This means that it just displays the Personio career page within your website.

You could, however, with a little bit of programming effort use the XML-feed that ist provided by Personio. It only contains the raw data and could be used to craft a job list using the provided “name” values of the individual open job postings.

 

Best,
Silvan