Custom HTML Code
You can add custom code to your portal to add chat widgets, marketing pixels, or whatever customizations you need.
Customizations will appear on every public-facing page of your portal (home page, jobs page, and your client sign-up and login pages).
Instructions
Click on "Clients" in the top navigation and then "Portal Designer."
Under the "Advanced" tab on the right, you can enter whatever HTML you like:
JavaScript snippets should be wrapped in a script tag like so:
<script type="text/javascript"> … </script>
NOTE:
Injecting content into your site can cause breaking changes if not done properly. Please use at your own risk.