How to Enable OGL on Career Sites

  1. Open the Career Sites Configuration task in Setup and Maintenance
    opening the configuration

  2. Select settings icon for the target Career Site, then select Edit
    selecting edit

  3. Select the Theme tab for the Career Site
    selecting theme

  4. Locate the Custom JavaScript section and select to expand menu
    collapsed menu highlighted

  5. Check the Enable custom JavaScript checkbox
    expanded menu

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

      iridize.env="dev";

      is for development, if you want to use it on production then you will have to remove this line from the snippet

    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;

  7. Select Publish site
    publish site button