I just added the basic Addthis code to our landing page at abchealth.info (just above the footer navi), but nothing is showing.
Details:
I created a simple html page (using Kompozer)and then pasted the code provided on your "get the code" page, trying both customized version as well as the code exactly as provided. So far I have not been able to get any of the buttons to appear.
What could be the problem?
Thank you so much for your help!
Raam
PS: I just did some more testing based on suggested articles, and it turns out that Kompozer somehow takes out the code pieces for the buttons whenever I save, leaving basically only the javascript code...any chance you know what I need to do to change that?
It sounds like Kompozer isn't allowing empty <a> tags. Try putting an inside the button tags to keep it from removing them, like this:
<a class="addthis_button_twitter"> </a>
This question is closed to new answers.