Hi, I am trying to incorporate Share This into a custom Blogger template using the STAPI.
I am not sure what to put in the Object properties, this is what I have which doesn't work
<script language="javascript" type="text/javascript">
SHARETHIS.addEntry({
title:'<$BlogItemTitle$>',
summary:'Sharing is good for the soul.',
url:'<$BlogItemUrl$>',
content:'<$BlogItemBody$>',
icon: 'http://path.to/icon'
}, {button:true} );
</script>
Any help would be awesome.
Brad
