• ZewaLogi

    (@amazinghulk)


    I am using SNAP plugin for automatic posting my posts to social sites.

    The problem is that chitika ads are posting with content:
    ( function() {
    if (window.CHITIKA === undefined)
    window.CHITIKA = ‘units’ : [] ;
    ;
    var unit = {
    ‘publisher’ : “my username”,
    ‘width’ : 550,
    ‘height’ : 250,
    ‘type’ : ‘mpu’,
    ‘sid’ : “wordpress-plugin”,
    ‘color_site_link’ : “0000CC”,

    No matter what I do. I have to deactivate plugin.
    Is there a way to solve that?

    https://www.ads-software.com/plugins/chitika-premium/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same issue too. I’m auto-posting to facebook and the ad code is included in the excerpt posted, even if I set the ads to only display at the end of the post.

    <script type=”text/javascript”>
    ( function() {
    if (window.CHITIKA === undefined) { window.CHITIKA = { ‘units’ : [] }; };
    var unit = {“calltype”:”async[2]”,”publisher”:”a4167547″,”width”:250,”height”:250,”sid”:”Chitika Default”,”color_site_link”:”7171ad”,”color_text”:”51608f”,”color_bg”:”adadad”,”color_button”:”736673″,”color_button_text”:”262126″};
    var placement_id = window.CHITIKA.units.length;
    window.CHITIKA.units.push(unit);
    document.write(‘<div id=”chitikaAdBlock-‘ + placement_id + ‘”></div>’);
    }());
    </script>
    <script type=”text/javascript” src=”//cdn.chitika.net/getads.js” async></script>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Chitika ads are posting with content’ is closed to new replies.