Skip to main content

Create an iframe job board

Linking vacancies directly from the ATS to the company website.

J
Written by Joshua Shooter
Updated over 2 months ago

To put a job listing on your website using an IFRAME, follow the steps below:

  1. Download the iframe loader zip file. In this file we have added an example RSS feed which will need to be replaced with your RSS feed.

  2. Click Access Button image then click HR Admin.

  3. On the Settings tab, click ATS.

  4. Expand the RSS Feed section and copy the RSS feed you wish to link.

    πŸ“ŒNote: There are two types of RSS feeds: Internal and External RSS feed, based on the vacancy type you would have selected when creating each vacancy. The External RSS feed will only contain all vacancies that have the vacancy type marked as External.

  5. Open the loader.php file in your Notepad, and near the bottom, replace the following text with your RSS Feed: https://middletonconsulting.peoplehr.net/Pages/JobBoard/CurrentOpenings.aspx?o=c5f1897b-58c2-43cd-99c4-7403058c81ad

  6. Click File, then click Save.

  7. On your server, upload the loader .php file.

  8. Locate the page you wish to add these vacancies to and embed the following iFrame code to the HTML of this page: <iframe src="www.yoursite.com/loader.php" style="width:970px" ></iframe>


​

Did this answer your question?