Goal

Integrate your Wix website with Comeet and enjoy the following key benefits:

  1. Everything remains in sync
    Your careers website will remain in sync with the positions’ status and details in Comeet.

  2. Streamlined application process
    Candidates can easily apply from desktop or mobile with their resume or LinkedIn profile.

  3. Automated source attribution
    Candidate sources are tracked automatically.

  4. Fast and efficient screening
    Questionnaires will help you screen candidates faster while completely eliminating poor matches at top of funnel.

Prerequisites

Before you get started, ensure that you have:

  1. At least one position's visibility set to Published or Published (Restricted).
  2. The company's UID and Token. You can retrieve them from the Careers Website settings page.

Managing company settings is available for users with a role of HR Admin or IT Admin.

Usage

You can use our embedded careers website by creating a Wix box with the following HTML code:

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script>
   window.comeetInit = function() {
      COMEET.init({
         "token":       "-- your token --",
         "company-uid": "-- your company uid ---",
         "company-name":"-- your company name ---",
         "candidate-source-storage": false
         //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>(function(){var a=function(){window.COMEET.set("candidate-source-storage",!0)};window.COMEET?a():window.comeetUpdate=a})();</script>
<script type="comeet-careers"></script>
</body>
</html>

❗️

Due to restrictions on executing scripts on the main page, the employee referral program and “Apply as an employee” features are not supported on a Wix based website.
We offer other integration options that enable this functionality. Learn more here.