Goal
Quickly embed the complete careers website functionality in your website without any customization.
If you want to customize your careers website, please refer to our guide to choose the integration option that best fits your needs.
Limitation
Using the Careers Website Widget, the entire careers website is embedded on a single page of your website. This means that while it is possible to share the careers website on social media, it is not possible to share specific positions.
Usage
Embed the careers website widget by adding this code where you want the widget to appear.
<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>