Embedding the careers widget on your website

The four embed options CVViZ provides for putting your careers page on an external site.

Where to find the embed codes

Open Settings → Career Page and expand the Integrate with your website panel.

The four embed options

The Integration panel offers four ways to expose your CVViZ careers data on an external site. Each has a copy-to-clipboard button.

1. Embed in website (full careers page)

Drops your full CVViZ careers page into an iframe on your site. Snippet:

<iframe id="cvviz-ifrm" style="width:100%;height:900px;border:none;" src="{careerurl}" />

Includes a small dynamic-height script that resizes the iframe based on its content, so the page doesn't show two scrollbars.

A plain URL to your careers page:

{JOB_SHARE_URL}/{url_suffix}

Use it in newsletters, email signatures, social profiles. Not an embed but the same panel surfaces it for convenience.

3. Jobs Widget (jobs list only)

Embeds just the job listings, not the full About / branding around them. Snippet:

<iframe id="cvviz-ifrm" style="width:100%;height:900px;border:none;" src="{careerurl}/widgets/jobs" />

Use this when your marketing site already has its own About / Hero / branding and you just need the live jobs list.

4. Talent Pool Application

Embeds the "drop your resume" form for general inbound talent capture. URL:

{careerurl}/widgets/drop-your-resume

Use this on a "Don't see a role for you?" type of page on your marketing site.

Which to pick

Use casePick
Mostly using CVViZ's brandingEmbed in website
Strong marketing site, just need the jobsJobs Widget
Capture general inbound resumesTalent Pool Application
Send a clean URL in an email or postDirect Link

Width, height, and responsiveness

The default iframe is width:100%; height:900px. The full careers page embed includes a dynamic-height script. The jobs-widget and drop-resume widgets are fixed-height by default — adjust theattribute on the <iframe> tag if the content gets clipped.

Custom domain note

If you've set up the CNAME custom-domain add-on (see Custom domain), the iframecan use your branded domain instead of the default. CVViZ generates the snippet with the active careers URL.

Tips

  • Test on mobile after embedding — the 900px default height can be wasteful on small screens.
  • For WordPress, paste the iframe in a Custom HTML block. Webflow, Wix, Squarespace all have similar embed elements.
  • If your CMS strips the dynamic-height script, the iframe won't auto-grow — adjust the static height.
  • If you allow content security policies, allow CVViZ's careers domain in your CSP.