Integrate Comeet with your Wix website
Updated over a week ago

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. Retrieve the company’s UID and Token from the bottom Careers Website settings page.

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

Getting started

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.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: 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.

 

Have more questions? Contact us at support@comeet.co

Did this answer your question?