Plan: All plan
Role: Owner ✧ Admin ✧ IT Manager
Integrate your Wix website with Recruit and enjoy the following key benefits:
Everything remains in sync: Your careers website will remain in sync with the positions’ status and details in Recruit.
Streamlined application process: Candidates can easily apply from a desktop or mobile device with their resume or LinkedIn profile.
Automated source attribution: Candidates sources are tracked automatically.
Fast and efficient screening: Questionnaires will help you screen candidates faster while eliminating poor matches at the top of the funnel.
Before getting started
Before you get started, ensure the following:
You have at least one position’s visibility set to Published or Published (Restricted).
Retrieve the company’s UID and Token from the bottom Careers Website settings page.
Configure the integration
Create a Wix box with the following HTML code to use our embedded careers website:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script>
window.comeetInit = function() {
COMEET.init({
"token": "your.company.token",
"company-uid": "your.company.UID",
"company-name":"your.company.name"
//add more parameters here
});
};
(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return; } js = d.createElement(s); js.id = id;
js.src = "//www.comeet.co/careers-api/api.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'comeet-jsapi'));
</script>
<script type="comeet-careers"></script>
</body>
</html>
📝 Note: The employee referral program and “Apply as an employee” features aren’t supported on Wix-based websites due to script restrictions on the main page. We offer other integration options that do support these features — learn more here.
Have more questions? Contact us at recruit.support@sparkhire.com