Nuffnang Advertisement Problem

Tags: ,

We have encounter Nuffnang Skyscraper(160 x 300) problem on our web site recently. 

After check, we found there is a different inside the javascript code provider by Nuffnang. Previously we're using code as below and it display ads perfectly.

<!– Nuffnang –>
<ul>
<script type='text/javascript'>
nuffnang_bid = "xxxxxx9b7e56f49ac96619cc6xxxxxx";
</script>
<script type="text/javascript" xsrc="http://synad.nuffnang.com.my/adsprovider/lmn.js"></script>
<!– Nuffnang –>

 

Again, we found the weird advertisement after changed to the following code:

<!–nuffnang –>
<script type='text/javascript'>
<!–
nuffnang_bid = "xfxxxxb7e56f49ac96619ccxxxxxx";
–>
</script>
<script type="text/javascript" xsrc="http://synad2.nuffnang.com.my/lmn.js"></script>
<!–nuffnang–>

 

Do you found the different? I assume you can see from the example above. Regarding the coding, we believed Nuffnang used a different server hostname & URL link -> http://synad2.nuffnang.com.my/lmn.js & http://synad.nuffnang.com.my/adsprovider/lmn.js

Probably only Nuffnang can answer about this question and how about your site? Do you having the same problem like us? 

Anyway, this is not a big deal for us. The similar email sent to Nuffnang just now.  

Possibly Related Posts:


2 Responses to “Nuffnang Advertisement Problem”

  1. Timothy Teoh Says:

    Hi,

    I’m a web developer at Nuffnang.

    Firstly, we changed to synad2.nuffnang.com.my/x.js for our ad units after launching NN2.

    However, we kept the old synad.nuffnang.com.my/adsprovider/x.js files up so that bloggers wouldn’t have to re-paste their code. If you view the source of both js files, they are identical.

    We are looking into your problem - if you have submitted a helpdesk ticket we will continue the correspondence there.

    Off-hand, you seem to have an unclosed tag which may be affecting the script.

    Also, if you are unfamiliar with HTML, items in an unordered list ( ) should be inside a list ( ) element. Javascript and HTML errors can affect the display of ads.

  2. Planet Malaysia Says:

    Timothy Teoh, appreciated your reply and yes I had submitted the ticket.

Leave a Reply