Return to Snippet

Revision: 52094
at October 13, 2011 02:55 by SFLWebDev


Initial Code
<head>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
        stLight.options({
                publisher:'12345',
        });
</script>
</head>
<body>
<span id="button_1"></span>
<script>
         stWidget.addEntry({
                 "service":"sharethis",
                 "element":document.getElementById('button_1'),
                 "url":"http://sharethis.com",
                 "title":"sharethis",
                 "type":"large",
                 "text":"ShareThis" ,
                 "image":"http://www.softicons.com/download/internet-icons/social-superheros-icons-by-iconshock/png/256/sharethis_hulk.png",
                 "summary":"this is description1"
         });
</script>

Initial URL
http://help.sharethis.com/customization/share-properties

Initial Description


Initial Title
ShareThis Dynamic Widget

Initial Tags


Initial Language
JavaScript