Skip to main content
All CollectionsJobs
Embedding the Nimble job board on your organization's website
Embedding the Nimble job board on your organization's website

This guide describes how to embed your Nimble job board directly on your organization's website for candidate convenience

Alexandra Jones avatar
Written by Alexandra Jones
Updated over a week ago

Embedding an iFrame, or HTML page, is a method of inserting external content (or code) into your website to increase interaction and engagement. Nimble now offers our customers the ability to embed your job board within your careers page. With this functionality, candidates can view your up-to-date job board directly on your website and click on jobs of interest to be led to the job application.

To do this:

  1. Go to your organization’s admin website host page.

  2. Navigate to your web page's career page or the section of your website in which you want to add the Nimble job board.

  3. If applicable, customize the section of your website page to accommodate the job board, such as the height and width of the element.

  4. Highlight the HTML snippet provided below, then copy it to your clipboard.

    <div>
    <iframe src="YOUR_JOB_BOARD_URL" height="YYY" width="XXX"></iframe>
    </div>


    A few important notes about this HTML snippet:
    - YOUR_JOB_BOARD_URL is your job board URL and should look something like
    this https://app.hirenimble.com/jobs/nimblepublicschools
    - YYY = height defined by the customer to best fit the job board on their website

    - XXX = width defined by the customer to best fit the job board on their website

  5. In your content management system, open up your HTML viewer.

  6. Paste the HTML snippet you copied into your HTML viewer window and ensure you have customized the job board URL, height, and width attributes. Then click “Ok” or “Save.”

  7. Now that you’ve updated the page, go back to your website and refresh the screen to ensure the job board appears as expected and you are able to click on the page as if you’re applying for a role.

For questions about this feature or additional support, please contact us at support@hirenimble.com.

Did this answer your question?