• Theme Karma 2.7.0

    Hi Everyone:

    I’m trying to get a Jobscore widget added to the career page.

    I have the code (sample below) but have 2 issues:
    1) I can’t find where to put the second block of code before closing the /body tag. The HTML editor for the page doesn’t show it. I was thinking it would be in a footer widget and tried a few with no luck. How can I add the second block of code to the correct place on the page?
    2) The first block of the code only adds “COMPANY NAME jobs powered by Jobscore” but no widget. I’m assuming this is related to the fact I can’t add the second block of code.

    Any guidance would be greatly appreciated.

    Block 1

    <!-- Place this exact code where you want the Jobscore job widget to appear on the page.  The widget will expand to the size of the containing div -->
    <div class='jobscore-jobs' data-sort-by='department,title,location' data-group-by='department' >
    <div class='js-fallback' style='color:#888'><a style='color:#888;text-decoration:underline;' href='http://www.jobscore.com/jobs/COMPANY'>COMPNANY jobs</a> powered by <a style='color:#888' href='http://www.jobscore.com'><img style='padding:0;' align='bottom' src='//www.jobscore.com/images/new/jobscore_logo_embed.png' alt='Applicant Tracking, Social Recruiting and Software Hiring Solution - JobScore'></a></div>
    </div><!-- /jobscore-jobs -->

    Block 2

    <!-- Place this script right before the closing /body tag.  Only one copy of the code below is needed per page. -->
    <script type='text/javascript'>
    (function(d, s, c) {
      if (window._jobscore_loader) { return; } else { window._jobscore_loader = true; }
      var o = d.createElement(s); o.type = 'text/javascript'; o.async = true;
      var sc = d.getElementsByTagName(s)[0]; sc.parentNode.insertBefore(o, sc);
      o.src = ('https:' == d.location.protocol ? 'https:' : 'http:') + '//www.jobscore.com/jobs/' + c + '/widget.js';
    })(document, 'script', 'company');
    </script>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding Jobscore Widget to Career Page’ is closed to new replies.