The widget can be adapted to your company not only in terms of styling. You can also decide which filters are displayed to the job seeker. You can customize the widget yourself in this aspect.
To do this, it is best to get your IT or the service provider on board to add the code to your website.
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?
Attention
- You can only insert the widget code once per website.
- If it is not possible for you to adapt it, it may be that we have stored the information on the filters in the layout. This may be necessary from time to time. We would then have to make the adjustment for you and can send you an offer for this. Just get in touch with us.
- We always design layouts with three filters. If you would like to have more filters, this is a customization at extra cost. Just get in touch with us.
It is also possible to design the code in such a way that pre-filtering takes place with the attributes/values specified below. For example, only jobs from the city of Hamburg or jobs from the target group Professionals are displayed.
We offer the following filters as standard:
- Target group: data-filter-targetgroup
- Company: data-filter-company
- Category: data-filter-category
- Location: data-filter-location
Other filters we can set up for you:
- Keyword search: data-filter-keyword
- Organizational unit: data-filter-orgunit
- Language: data-filter-language
- Google Maps map
If you are interested in the other filters, please write to us. We will send you an offer.
Attributes of the filters are:
- enabled
- selected
- hidden
- allowed
Possible values are:
- true
- false
- Internal names or companies
You can specify the window in which the job advertisements are to be opened:
- data-link-target="_self":
- data-link-target="_blank":
- data-link-target="_parent":
- data-link-target="_top":
Further functionalities:
- data-filter-show-empty-choices="true":
If, for example, the category Sales is created in the master data in the system, but there is no job opening with this category, it will still be displayed in the search. - data-list-jobs-per-page="10":
Only 10 job advertisements are displayed one below the other. If there are more than 10 job advertisements, a bar with several pages will be displayed. - lang="de":
Language is German, other languages with ISO-A2 language abbreviation possible.
Proceed as follows:
- Open the web page where the widget displays the job list and corresponding filters. This will probably be done by your IT or online marketing department, i.e. the department that can change the code of the website.
- Change the corresponding filter to the desired functionality.
Groupings:
Do you want grouped overview pages?
For example, the display of all jobs in categories A, B and C. Category D and E should not be displayed.
The interested party should still be able to filter between categories A, B and C and categories D and E should not be selectable in the filter.
Filter the categories already in the Data.URL in the widget.
You can pre-filter the data using an appropriate query parameter. To do this, you need the internal name of the parameter.
Proceed as follows:
data-url="https://clienturl.com/jobPublication/list.json?categoryId=<IDOfTheCategory>"
-> data-url="https://clienturl.com/jobPublication/list.json?categoryId=1&categoryId=14"
Example widget codes:
Target group, location and company are shown:
<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://clientname.dvinci-hr.com/jobPublication/list.json?fields=small"
lang="de"
data-filter-targetgroup-enabled="true"
data-filter-location-enabled="true"
data-filter-company-enabled="true"
</div>
Category: IT, Location: Hamburg and Hanover, Target group: Pupils and students
<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://clientname.dvinci-hr.com/jobPublication/list.json?fields=small"
lang="de"
data-filter-category-selected="IT"
data-filter-location-selected="HAMBURG, Hannover"
data-filter-targetgroup-selected="PUPILS,STUDENTS"
</div>
Category IT - but filter hidden, location of work
<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://clientname.dvinci-hr.com/jobPublication/list.json?fields=small"
lang="de"
data-filter-category-selected="IT"
data-filter-category-hidden="true"
data-filter-location-enabled="true"
</div>
Only results with a specific keyword in the full text are displayed
<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://clientname.dvinci-hr.com/jobPublication/list.json?fields=small"
lang="de"
data-filter-keyword-enabled="true"
data-filter-keyword-selected="Purchasing Administrator Head Office"
data-filter-keyword-hidden="true"
</div>
Only Slovak publications are displayed in the widget
<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://clientname.dvinci-hr.com/jobPublication/list.json?fields=small
data-filter-language-enabled="true"
data-filter-language-selected="sk"
data-filter-language-hidden="true"
</div>
Note
If there is no job advertisement in the filtered language, it will show all published job advertisements so that the list is never empty.
If this behaviour is not desired, there is still the possibility to create another application portal for the other languages.
If you need any help, please do not hesitate to write to us.