Well... i solved the problem with this:
http://sharethis.com/publishers/get-button-code?style=6
Using this code:
PHP Code:
<vb:if condition="!in_array($GLOBALS[forumid], array(191, 192, 217, 114, 216))">
<div style="text-align: right; margin-bottom: 10px;">
<span class="st_twitter_hcount" displayText="Tweet"></span><span class="st_facebook_hcount" displayText="Share"></span>
</div>
</vb:if>
And this on the headinclude:
PHP Code:
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:'dfba2cb0-5585-44ea-9c02-ab4120cee202'});</script>
And work perfect, but now i have another strange problem... see this:
When i add that code of the headinclude (the scripts) appear something at the right of thanks button.
You know how to solve?
Thanks and sry for posting here but is something "related" and maybe you know what is the problem.