I have some strange problem: I have defined my addthis to be created at runtime (as I am using dynamic pages using jQuery so the url links to buttons are dynamicaly updated) and everything is OK except that AddThis Button (the orange one with counter above) dissapears after initial loading of the page, I mean as soons as I click any menu button this particular buton doesn't show up anymore although every other buttons do - why is this, can anyone help, please?
BTW: using Firebug in HTML window it shows that when everything is OK the html code for addthis_counter is showed normal, but when it dissapears the same code is there but greyed and I also noticed that another difference is that when it is greyed it has missing "href='#'" part in it. So I put it by hand to my code thi9nking that maybe that was the problem but nop: the problem is still there, still greyed even with the href="#" manualy edited. :-(((
If I could I would upload screenshots of "ok status" and "error status" but do not know how to...