Kontera and WordPress?

Discussion in 'Pay Per Click Advertising' started by n1ck, Jun 27, 2007.

  1. #1
    My blog: http://www.nickkoesling.com -- I have tried to put Kontera link ads on my blog. The problem is I dont know what file to put the code in. I figured the best place to put it would be in my theme's footer.php file. But the ads wont show up. So i'm really confused as to where I should put the code they gave me.
     
    n1ck, Jun 27, 2007 IP
  2. PixelHut

    PixelHut Active Member Affiliate Manager

    Messages:
    886
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    #2
    You could put it in your heade next to your name. I never worked with wordpress so I can't help you with code. But make shure you using right code.
     
    PixelHut, Jun 27, 2007 IP
  3. lkj

    lkj Peon

    Messages:
    729
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    place it in the footer.php right before </body> tag
     
    lkj, Jun 27, 2007 IP
  4. n1ck

    n1ck Active Member

    Messages:
    197
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #4
    Thats what I did...

    Heres my footer code:

    <hr class="hidden" />
    
      </div><!--/wrapper -->
    
    </div><!--/page -->
    
    <?php wp_footer(); ?>
    <!-- Kontera ContentLink� -->
    <script type="text/javascript">
    var dc_UnitID = 14;
    var dc_PublisherID = 16231;
    var dc_AdLinkColor = 'blue';
    var dc_isBoldActive= 'no';
    var dc_adprod='ADL';
    </script>
    <script type="text/javascript" 
    SRC="http://kona.kontera.com/javascript/lib/KonaLibInline.js"></script>
    <!-- Kontera ContentLink� -->
    </body>
    </html>
    Code (markup):
    Btw thanks for the help
     
    n1ck, Jun 27, 2007 IP
  5. zovall

    zovall Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    zovall, Jun 28, 2007 IP
  6. n1ck

    n1ck Active Member

    Messages:
    197
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #6
    Thanks. I'll try that and see how it goes. I've seen others but they add links of their own on the site. From what I can tell this doesn't do that.
     
    n1ck, Jun 29, 2007 IP
  7. lkj

    lkj Peon

    Messages:
    729
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #7
    you should check out Kontera's FAQ.
    try with a simple and empty php file and see if it works.
    Remember, that kontera's ad code should be not placed in DIV tags....
     
    lkj, Jul 6, 2007 IP
  8. n1ck

    n1ck Active Member

    Messages:
    197
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #8
    oo sorry didn't reallise anyone else posted here. I actually found the problem. had nothing to do with me. it was actually the creator of the theme's fault. they didn't make the footer code so it would accept advertising so I had to add a bit of code.

    Here if anyone else has this problem I have put a tutorial on how to fix it here:
    http://www.nickkoesling.com/?p=13
     
    n1ck, Jul 18, 2007 IP