How do I make the widget appear in a new popup window?
This is achieved by setting the “popup” JavaScript element to true (default is false):
<script language=”javascript” type=”text/javascript”>
SHARETHIS.addEntry({
title:’My Share Object!’,
summary:’Sharing is good for the soul.’
},{popup:true});
</script>
*Note: There is a global solution at http://support.sharethis.com/publishers/publishers-faq/configuration/69
Popularity: 9%
