Embed a Career Portal Using an iFrame
You can use an iFrame to embed your flair career portal onto your website.
To do this, follow these steps:
- Open your career portal home page
- Copy the URL, e.g.
https://companyname.careers.flair.hr
- You can add
/?embed=true
to the end of the URL to hide the page header and footer. For example:https://companyname.careers.flair.hr/?embed=true
. - Copy the URL.
- Paste the URL into the code below, replacing the example URL. This is the minimum code required to embed your career portal.
<iframe src="https://companyname.careers.flair.hr/?embed=true" style="width:100%; height:40rem" title="Embed career portal">
</iframe>