What code I can better use when creating a job widget on my website?
What code I can better use when creating a job widget on my website?
In the Job Widget section, you'll find two types of code, which differ in the way tasks are executed. Please note:
Code (sync): This code may potentially slow down or block your website if your Content Delivery Network (CDN) experiences issues.
Code (async): Using this code can prevent website slowdowns or blocks.
However, we recommend that you consult your technical team to determine which version of the jobs widget code is best suited for your website.
Is it possible to enable multi-language support for my Jobs widget?
Is it possible to enable multi-language support for my Jobs widget?
Currently, the jobs widget feature does not support multiple languages for the displayed jobs. The jobs will be displayed in the widget in the primary language used for your job listings.
However, when configuring the widget code, you can select the display language for widget elements such as remote status, work model, or job details headings (Job description, Requirements).
How to add multiple Jobs widgets to a single page?
How to add multiple Jobs widgets to a single page?
If you'd wish to add multiple jobs widgets to one page then you need to adjust the following for each widget code instance:
Increment container ID:
<div id="recruitee-careers-2"></div>
Pass this ID as an option for that widget instance:
var widget = new RTWidget({elementId: "recruitee-careers-2",
... });
If you are having any trouble with this implementation, please consult your technical team for support in adding multiple jobs widgets to your website.