Highlighted vacancies allow you to showcase specific jobs based on criteria like tags or departments. This section is perfect for drawing attention to key roles.
To customize the highlighted vacancies within your Express app, use the following settings:
data-highlighted
: Enable the highlighted vacancies feature.data-variant
: Choose between normal
and
compact
layouts.
data-limit
: Limit the number of displayed vacancies (3 for normal, 4 for
compact).
data-tag-filter
: Filter by specific tags.data-department-filter
: Filter by specific departments.Customize the highlighted vacancies to fit your content strategy and provide users with quick access to top jobs.
<div
id="express-app"
data-locale="nl"
data-api-key="YOUR_API_KEY"
data-highlighted
data-variant="normal"
></div>
<div
id="express-app"
data-locale="nl"
data-api-key="YOUR_API_KEY"
data-highlighted
data-variant="compact"
data-limit="2"
></div>
<div
id="express-app"
data-locale="nl"
data-api-key="YOUR_API_KEY"
data-highlighted
data-variant="normal"
data-department-filter="Marketing"
></div>
<div
id="express-app"
data-locale="nl"
data-api-key="YOUR_API_KEY"
data-highlighted
data-variant="compact"
data-tag-filter="prio"
></div>