Wszystkie kolekcje
Tutorials
How can you add a job ad search functionality to your Career web page?
How can you add a job ad search functionality to your Career web page?

Technical guidelines for IT departments.

Agnieszka Otręba avatar
Napisane przez Agnieszka Otręba
Zaktualizowano ponad tydzień temu

The eRecruiter system is an online recruitment management platform offered as SaaS (“software as a service”).

There are three ways to integrate eRecruiter with the Client’s website; you can read more about them here.

The below description refers to implementation of a so-called widget, which will enable you to display job ads entered to the eRecruiter system on any website, such as the “Career” web page of your company. Over the list of job ads, you will find a small search module that will enable filtering job ads according to the selected criteria.

Implementation of the widget on your website

All you need to do to display the widget on your website is to add a piece of JavaScript code. You will receive the code written specifically for your company from your eRecruiter consultant.

Sample code looks as follows:

<script type='text/javascript' src='https://skk.erecruiter.pl/Code.ashx?cfg=111dfdd966aa413ca94291a1977a1cec'></script>

The script is inserted in any place between the <body>…</body> tags.

What do you need to make the script work correctly on the client’s side?

To work correctly on your website, the script should be able to connect with the following address: https://skk.erecruiter.pl/. Furthermore, if you enter the script through a CMS system, such a system should support publication of JavaScript code.

What do you need to make the script work correctly on the user’s side?

For the widget to work correctly from the perspective of users visiting your website, JavaScript support needs to be enabled and any pop-up window blocking functionality needs to be disabled in their web browsers.

Style of the widget

Appearance of the widget will be customized to the style of your website by your eRecruiter consultant. The CSS file that controls the widget’s style is kept by eRecruitment Solutions — if you need to change anything, contact your eRecruiter consultant.

Compatibility with web browsers

The widget has been optimized to support all updated versions of web browsers, including particularly:

  • Mozilla Firefox 38 or newer

  • Opera 30 or newer

  • Google Chrome

  • Microsoft Edge

If you have any further questions, contact your eRecruiter consultant or write to us on chat.

Czy to odpowiedziało na twoje pytanie?