You can make the job list visible in any application portal. This widget enables you to present your job postings as a list in your corporate design on your website or any other website you choose.
Service Job advertisement layout and job list
You want to change the design of your job ads? Job ad, job list, application form and/or thank you page need a revision?
Proceed as follows:
- Open the page Application Portals.
- Click the title of the application portal which should be displaying the widget. The Application Portal page with portal details is displayed.
- Switch to the Start Page tab.
- Under Heading, click the icon. A new page called Text Block opens.
- Click on the "Source" area and enter the following code. Replace the colored areas with your d.vinci URL.
<script defer src="https://static.dvinci-easy.com/files/job-widget-v2/dvinci-job-widget-2.0.0.min.js"></script>
<div class="dvinci-job-widget"
data-url="https://customer-name.dvinci-hr.com/jobPublication/list.json?fields=small"
lang="en"
data-theme="theme_name"
data-filter-category-enabled="true"
data-filter-location-enabled="true"
data-filter-targetgroup-enabled="true">
</div>
Data theme.
The theme name is often the client name, you canönnt find this out by looking at the source code of the Überschrift section in the application portal with the default page turned on.caution
If this does not work, you may still be using an old version of the widget. Then try it with this code:
<script src="https://static.dvinci-easy.com/files/job-widget-v1/dvinci-job-widget-full-1.0.0.min.js"></script>
<div class="dvinci-job-widget"
data-url="https://customer-name.dvinci-hr.com/jobPublication/list.json?fields=small"
lang="en"
></div> - Click the Update button.