Kelkoo script bugs
-
Hello Every body,
We have a WP plateform which is working as well since 3 years, but since our advertiser have change his script code, we get some problems.
The problem is that when we integrated in a post using the “HTML” mode the new script :
<div id=”kk-widget”>
<div id=”kk-widget-708863″></div>
<script type=”text/javascript”>var oKKConf = {“width”: “480”};</script>
<script type=”text/javascript”>var m = Math.round(100000000*Math.random()); document.write(‘<sc’ + ‘ript type=”text/javascript” src=”https://fr.widget.kelkoo.com/badge/kw:ipod/id:96927873/tpl:1/rs:2/cs:1/ctm:width/aN:td/aF:1096190/rdm:708863/’ + m + ‘”></sc’ + ‘ript>’);</script>
</div>
<noscript>Faites vos achats sur Kelkoo FR pour trouver les meilleurs produits aux meilleurs prix.</noscript>The banners didn’t work. After checking on our Source Code, we notice that the code is “reformatted”, the last floating comas (put in BOLD under) is converted in # which is the code as well of the floating comas.
But it result that the script is not interpreted and our banner is not generated.
From code source generated :
<div id=”kk-widget”>
<div id=”kk-widget-708863″></div>
<p><script type=”text/javascript”>var oKKConf = {“width”: “480”};</script>
<script type=”text/javascript”>var m = Math.round(100000000*Math.random()); document.write(‘<sc’ + ‘ript type=”text/javascript” src=”https://fr.widget.kelkoo.com/badge/kw:ipod/id:96927873/tpl:1/rs:2/cs:1/ctm:width/aN:td/aF:1096190/rdm:708863/’ + m + ‘”></sc’ + ‘ript>‘);</script>
</div>
<p><noscript>Faites vos achats sur Kelkoo FR pour trouver les meilleurs produits aux meilleurs prix.</noscript></p>
</div>I was thinking that is was WP that convert this one (why not) in the database but when we check in the MySQL we can see as well that the floating coma is noticed in the MySQL as like a floating comas.
I think it could be a problem with our them but not we have test several others.
If some one have an idea or a solution, I will be granted.
Best regards.
- The topic ‘Kelkoo script bugs’ is closed to new replies.