Jobs Feed Embed Unit
You can embed an iframe filled with the most recent jobs on your job board

Example embed code
Please be sure to request your id below 'REPLACE-ORG-SLUG'
<iframe id="jobfront_jobs_iframe" src="https://REPLACE-ORG-SLUG.jobfront.io/embeds/jobs" width="100%" height="350" style="border:0px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
Including interactive job filters
You can add some user interaction into your embeds, that give users more filtering and search capabilities by adding the "include_filters=1" argument in the iframe source
<iframe id="jobfront_jobs_iframe" src="https://REPLACE-ORG-SLUG.jobfront.io/embeds/jobs?include_filters=1" width="100%" height="350" style="border:0px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>

Last updated