JEOPARDY! EXP IMPLEMENTATION GUIDE

  • Choose from one of the approved graphics provided in the “homepage_banners” folder and determine placement for the Jeopardy! EXP banner on your site’s homepage.
  • Decide whether you’ll link to a pop-up window featuring the game or to an interior page where the game is embedded.
  • Read through instructions for your preferred method.
  • Read through the tracking instructions and information.

POP-UP WINDOW GAME

  • Choose graphics and/or text links to launch the Jeopardy! EXP pop-up window
  • Put this code around your graphic or text:

<a href="#" onclick="window.open('exp.html','Jeopardy','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=680,height=640');">Your Link Text</a>

  • The above code will make Jeopardy! EXP pop up in a separate window named “exp.html” (which can be created by you, or you can use the exp.html page provided by us).
  • Open up exp.html in an html editor after unzipping the attached folder.
  • Style the pop-up html and css as you see fit.
  • Placeholder banner images, station logo and tune-in have been inserted as an example in exp.html
  • The recommended specs for the pop-up window we described above are 680x640, but you may create any sized pop-up window you see fit.

EMBEDDED GAME

  • Please put this line of code in the <head> portion of your html document:

<script src="js/swfobject.js" type="text/javascript"</script>

  • Make sure the attached js folder is present in your directory structure so the script link below will work. The below line of code references the swfobject.js file located in the js directory.
  • This code below is to embed the game directly on the page:

<script type="text/javascript">

<!--

var so = new SWFObject(" ", "flash", "532", "364", "8", "#000000", true);

so.addParam("wmode", "transparent");

so.addParam("base", "

so.addParam("menu", "false");

so.write("game");

//-->

</script>

  • The Jeopardy! EXP gamepiece is 532x364.

TRAFFIC/TRACKING

  • Please insert this code right above the close body tag </body>. You will replace the word AFFILIATE with your call letters (i.e., WABC)

<img src=" width="1" height="1">

  • We will host the embeddable Flash gamepiece, but your site will host all banners and the pop-up window. We will not provide tags or tracking for these items, so please follow your standard tracking procedures.