Hello,
I'd like to use the AddThis module, but I'm interested in inserting the AddThis button in one of my page templates manually - rather than including it as a block or on $node->links. I want to do this so I have more flexibility about where it appears in my theme. The problem seems to be, though, that the configuration parameters are not being read and I'm just getting the default button rendering. My guess is (after reviewing the module code) that once my template is rendering it is too late to attach Javascript, which is where the options are being set up. Does that make sense? I'm curious if you might be able suggest a simple workaround so that I could render the button manually when and where I want to.
Thanks,
Mike
Comments
Comment #1
vesapalmu commentedI originally had plans on supporting theming of the button, but this module is very simple and if you want the theme the button you might as well just do it without the module. If you want to include display logic in your theme I recommend just using addthis html snippet with out this module. Sorry, but it's just easier this way. :-)