Overview
Promote your open roles by embedding the Careers Portal within your corporate website.
Steps
Generate the portal link via Recruit Settings → General Settings → Company Website.
Use an <iframe> pointing to that link in your HTML:
<iframe src="https://app.laywork.com/your‑slug" width="100%" height="1200px" frameborder="0"></iframe>CopyEdit
<iframe src="https://app.laywork.com/your‑slug" width="100%" height="1200px" frameborder="0"></iframe>
Adjust height/width to match your design.
Tips
Apply your site’s CSS to the containing <div> for a seamless look.
Display only filtered “Open” positions by appending query strings (e.g. ?status=open).
Troubleshooting
“Refused to display” error: Enable CORS/frame embedding in your Laywork settings or host on the same domain.
Scrollbars clipped: Increase the iframe’s height or make it auto‑expand via JavaScript.