Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Hdude74

    (@hdude74)

    <?php do_action( ‘addthis_widget’, get_permalink(), get_the_title(), array(
    ‘type’ => ‘custom’,
    ‘size’ => ’32’, // size of the icons. Either 16 or 32
    ‘services’ => ‘facebook,twitter,google_plusone_share,linkedin,pinterest_share’, // the services you want to appear
    ‘preferred’ => ‘0’, // the number of auto personalized services
    ‘more’ => true, // if you want to have a more button at the end
    ‘counter’ => false // if you want a counter and the style of it e.g. – ‘bubble_style’
    ));
    ?>

    @hdude74:

    Could you please provide site url which is having the issue?

    Thread Starter Hdude74

    (@hdude74)

    @hdude74:

    In the working page, the addthis script is loading, while its not loading in the non working page.

    I think the theme you used is a customized one, so that we can’t test and reproduce the issue here.Could you please check is there any difference in between these pages? Something like wp_footer() is not called in your theme footer?

    Thread Starter Hdude74

    (@hdude74)

    Hi, Everything is the same on these pages except the written content. The page that has the buttons working on it was an existing page and already had your plugin working on it, the other pages are new and we created after the plugin was installed. Thanks for looking, we use this plugin on other sites and it works fine, we are also a little puzzled by this.

    Thread Starter Hdude74

    (@hdude74)

    Hi, I added:

    <script type=”text/javascript” src=”//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-535c5c1c5a6c6d3e”></script>

    I don’t know why it would only load on 1 page without this, but it all works now.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Missing span tags from buttons’ is closed to new replies.