All Collections
Set up your account
Add an iframe to your website
Add an iframe to your website
Amritanshu Anand avatar
Written by Amritanshu Anand
Updated over a week ago

Recruiterflow allows you to embed an iframe to your website. 

The iframe will list down all the open jobs which can be filtered by Department and Location. 

Candidates can view the job description and apply for a job within the iframe itself. 

To Embed the iFrame, do the following:

1. Insert the following code inside <head> of the page

<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.min.js"></script>

2. Insert the following code inside the <body> tag where you want to place the iframe

<iframe id="recruiterflow-jobs-iframe" src="https://recruiterflow.com/yourcompanyname/jobs-page-widget" style="width:1px;min-width:100%;border:0;"></iframe><script>iFrameResize({ log: true }, '#recruiterflow-jobs-iframe')</script>

 

Replace     'yourcompanyname'    in the above code with your company name provided in https://recruiterflow.com/settings#careers-page

The iframe automatically adjusts its size based on the number of open jobs.

Did this answer your question?