1

Topic: Share This button

Hi guys having real problem with a share this button.

I add this link into my sidebar.tpl no problem.
<span  class='st_sharethis_button' displayText='ShareThis'></span>

Then add this to the headder.tpl
<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:'eac8260c-f3cb-454e-a6d6-83d74318a1f1'});</script>

This takes my site down
If I remove the last script line:
<script type="text/javascript">stLight.options({publisher:'eac8260c-f3cb-454e-a6d6-83d74318a1f1'});</script>
My site is back up however the button wont work without it?

Has anyone got a share this button in their site? How did you do it?

Regards

Ian

vldPersonals 2.7 - Commercial license.

2

Re: Share This button

Ok I got it,

the code below in my header.tpl was taking the website down
<script type="text/javascript">stLight.options({publisher:'eac8260c-f3cb-454e-a6d6-83d74318a1f1'});</script>

I created a sharethis.js file and simply place this inside it:
stLight.options({publisher:'eac8260c-f3cb-454e-a6d6-83d74318a1f1'});

the called it from my header.tpl
<script type="text/javascript" src="{virtual_path}templates/modern/media/sharethis.js"></script>

vldPersonals 2.7 - Commercial license.