Hdude74
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Missing span tags from buttonsHi, 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.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Missing span tags from buttonsHi, 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.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Missing span tags from buttonsworking:
http://realcedar.bonneecom.com/outdoor/project-plans/cedar-pergola-plan/not working:
http://realcedar.bonneecom.com/outdoor/project-plans/cedar-picnic-table/both pages use the same template.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Missing span tags from buttons<?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’
));
?>