Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Chitika integravimas

Parašė Brainstorm· 2014 Sau. 27 17:01:46
#1

Sveiki, gal kas iš Jūsų naudojate Chitika.com ir žinote kaip reikia įdiegti jos kodą į php-fusion?


openside("Rekomenduojam");
echo '<center><html>
<script type="text/javascript">
  ( function() {
    if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; };
    var unit = {"publisher":"badwolf","width":468,"height":60,"sid":"Chitika Default","color_site_link":"0000CC","color_bg":"FFFFFF"};
    var placement_id = window.CHITIKA.units.length;
    window.CHITIKA.units.push(unit);
    document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>');
    var s = document.createElement('script');
    s.type = 'text/javascript';
    s.src = '//cdn.chitika.net/getads.js';
    try { document.getElementsByTagName('head')[0].appendChild(s); } catch(e) { document.write(s.outerHTML); }
}());
</script>
</html></center>';
closeside();
 


Kai parašau tokį kodą, man išmeta: Parse error: syntax error, unexpected 'units' (T_STRING), expecting ',' or ';' in /home/moustach/domains/sule.lt/public_html/administration/panel_editor.php(128) : eval()'d code on line 5

Ačiū