teitbite wrote:Hi
Great to hear that

I wasn;t 100% sure if this will not stretch the aside space and cover article. Can You just attache a screenshot so other users will see how it looks like now ?
Sorry, my error.
The code works, but the facebook button cover in horizzontal line the space of the text.
For this I have pasted html code of ShareThis website and it works fine.
This is the code that i have used in /html/com_content/article/default.php at line 190
- Code: Select all
<div>
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "********", doNotHash: false, doNotCopy: false, hashAddressBar: false, popup: "true"});</script>
<span class='st_facebook_large' displayText='Facebook' title="Condividi su Facebook!"></span><br/>
<span class='st_twitter_large' displayText='Tweet' title="Condividi su Twitter!"></span><br/>
<span class='st_googleplus_large' displayText='Google +' title="Condividi su Google+!"></span><br/>
<span class='st_pinterest_large' displayText='Pinterest' title="Condividi su Pinterest!"></span><br/>
</div>
And the image is the results
But since I was sorry to have to use an external code, is there a way to change the icons of buttons that use the template?