How to Enable OGL on Career Sites
- Open the Career Sites Configuration task in Setup and Maintenance

- Select
for the target Career Site, then select Edit
- Select the Theme tab for the Career Site

- Locate the Custom JavaScript section and select to expand menu

- Check the Enable custom JavaScript checkbox

- Copy the following OGL JavaScript embed code below and paste it into the Display
Editor Window field, then select Apply Changes.
IMPORTANT: Paste as Plain Text.
window.iridize=window.iridize||function(e,t,n) {return iridize.api.call(e,t,n);} ;iridize.api=iridize.api||{q:[],call:function(e,t,n){iridize.api.q.push( {method:e,data:t,callback:n} );}}; iridize.appId="APPID Goes Here"; iridize.env="dev"; iridize.useSessionStorage=true; iridize.showStartPanel = false; iridize.autoSegmentation= true; iridize.routing={type: 'naive', ignoreParams: true}; (function() {var e=document.createElement("script");var t=document.getElementsByTagName("script")[0];e.src= ("https:"==document.location.protocol?"https:":"http:")+"//guidedlearning.oracle.com/player/latest/static/js/iridizeLoader.min.js";e.type="text/javascript";e.async=true;t.parentNode.insertBefore(e,t);} )();Note:
- For the line:
iridize.appId="APPID Goes Here";replace "APPID Goes Here" with your APPID (in quotes)
- The line:
is for development, if you want to use it on production then you will have to remove this line from the snippetiridize.env="dev";
Note:
By default, the OGL Launch Widget will not display on the Career Site. If you want the Launch Widget to display, you will need to comment this line by entering "//" at the beginning of that line, as show below://iridize.showStartPanel = false; - For the line:
- Select Publish site
