• I wish to add an advertising banner in javascript to a sidebar on my new site.

    Below is the code for what I wish to add. Is there any reason why it would not display in WordPress normally as I have not been able to make it appear as of yet?

    <script type=”text/javascript” src=”https://forbiddenplanet.com/static/js/affiliates.js”></script&gt;
    <script type=”text/javascript”>
    new FP.Widget({
    query: “novels”,
    affiliate: “CDBRO001”,
    size: 10,
    width: 250,
    height: 700,
    sort: “popularity”,
    layout: “list”
    });
    </script>

    If anybody can advise me how this can be made visible, please let me know.

    Thanks.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Java applet not displaying’ is closed to new replies.