Jobfront Help Center
  • Welcome to Jobfront
  • Job Boards
    • Getting Started
    • Sitemaps For Job Board Indexing
    • Set up Custom Sub/Domains (Email + Job board)
    • Add Google Analytics (and other analytics providers)
    • SEO Landing Pages
    • SEO Optimization - Google Index API Integration
    • Newsletter Landing Page
    • Show all tracked organizations
    • Subscriber Signup Embed Unit
    • Jobs Feed Embed Unit
    • Subscribers Upload API
    • "2-tap" Subscriptions - Auto-Populate Email Address Inputs
    • Slack Integrations
    • Terms of Service / Privacy Policy
    • Monetization - Subscriber $ Gate
    • Monetization - Sponsored jobs/newsletters
  • Job Post Data API
    • Getting Started
    • Jobs Data API
    • Signals API (GrowthFront)
    • Webhooks
    • XML Job Posts & Signals Feeds
  • Data Processing & Cleaning
  • AI Agents
    • In beta.
Powered by GitBook
On this page
  1. Job Boards

Jobs Feed Embed Unit

You can embed an iframe filled with the most recent jobs on your job board

PreviousSubscriber Signup Embed UnitNextSubscribers Upload API

Last updated 5 months ago

Example embed code

Please be sure to request your id below 'REPLACE-ORG-SLUG'

<iframe id="jobfront_jobs_iframe" src="https://REPLACE-ORG-SLUG.jobfront.io/embeds/jobs" width="100%" height="350" style="border:0px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>

Including interactive job filters

You can add some user interaction into your embeds, that give users more filtering and search capabilities by adding the "include_filters=1" argument in the iframe source

<iframe id="jobfront_jobs_iframe" src="https://REPLACE-ORG-SLUG.jobfront.io/embeds/jobs?include_filters=1" width="100%" height="350" style="border:0px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>