528
edits
(Created page with "== Intro == This component renders ATS jobs posted to a provided job board. == 3B Portals Compatibility == This component is fully compatible with 3B Portals == Set Up == From version 3.4+, a Job object must have a Job Boards multi-select field. We will only render jobs that match the Job Boards field value on the job. Furthermore, the options in the new multi-select field must match the Names of the Job Board (b3o__Job_Board__c) records in the system. So, if you set...") |
No edit summary |
||
Line 18: | Line 18: | ||
=== Visualforce Pages === | === Visualforce Pages === | ||
You can embed the | You can embed the component component in a Visualforce Page using the following syntax:<syntaxhighlight lang="html"> | ||
<!-- Load Supporting Components and Global Functions --> | <!-- Load Supporting Components and Global Functions --> | ||
<script src="{!URLFOR($Resource.b3o__GeneralUtils, 'index.js')}" defer="true" type="module"></script> | <script src="{!URLFOR($Resource.b3o__GeneralUtils, 'index.js')}" defer="true" type="module"></script> | ||
Line 43: | Line 43: | ||
=== External Websites === | === External Websites === | ||
You can embed the | You can embed the component component in a wordpress/custom sites using the following syntax:<syntaxhighlight lang="html"> | ||
<!-- Make sure to point the beginning of the URL to your guest site endpoint --> | <!-- Make sure to point the beginning of the URL to your guest site endpoint --> | ||
<!-- Load Supporting Components and Global Functions --> | <!-- Load Supporting Components and Global Functions --> |