Matchlab Express

Vacancies

The vacancies section displays current job openings available through the Matchlab Express App. This section is dynamically generated and can be customized to suit your specific needs. Below, you'll find instructions on how to integrate and display these vacancies on your website.

Creating the Express App Div

To integrate the Express App into your HTML page, you need to include the following script and stylesheet:

<link rel="stylesheet" href="https://express.match-lab.nl/jobs.css">
<script type="module" src="https://express.match-lab.nl/jobs.js" crossorigin></script>

The stylesheet has to be included inside the <head> tags of your HTML document. The script can be added either within the <head> or <body> tags of your HTML document.
The Express App will load in the div with the id express-app as shown below:

<div id="express-app" data-api-key="demo_key" data-locale="nl"></div>

This div acts as a container for the Express App. You can customize its appearance and behavior using the following attributes:

These attributes allow you to tailor the Express App's look and feel to match your brand or website design.

Show examples

Highlighted Vacancies

If you want to showcase specific vacancies, you can use the highlighted vacancies feature. This feature allows you to display jobs based on criteria such as tags, departments, or by default top rankings.

Using these attributes, you can customize how highlighted vacancies are presented, ensuring they align with your site's content strategy.

Show examples