Under the Publication Channels setting, you'll find the data for the iframe, which your programmers just need to copy into the code for your career site. You can also configure the iframe within the settings, e.g. change the filtering display, add custom filters, add a CSS file.
The iframe settings can be accessed by users with Administrator rights in the Publication Channels menu (Link)
In the settings you will find mainly:
💡The downloadable css file template is here
💡 If you want to have an item filtered by default in the listing, you can use the following procedure:
💡 Within the css file, you can choose whether you want to use a tiled view instead of a line view of the positions in the listing
#offerlist-wrapper {
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: 33% 33% 33%;
}
.offer-item {
display: inline-grid;
padding: 15px;
border: 1px solid #748d69;
border-radius: 15px;
background: #d9ead3;
margin: 10px 15px;
min-height: 360px;
}
💡If you want to change the number of ads per page for pagination purposes (e.g. if you are using tile view, you will want a number divisible by 3), then you can use the "limit/number" parameter in the URL
Here you will find out what options you have for connecting your career site and ATS Recruitis.
List of job portals that can be integrated at this time and how this integration is done.