Embedded Elements on the Page
Overview
Embedded elements can be made visible while the widget is loading. This option defaults to false due to possible display problems where flash will sometimes display through the widget. This option works will work with any implemented button style.
Options
| Name | Definition | Default | Requirement |
|---|---|---|---|
publisher |
Your unique ShareThis publisher key | none | Required |
embeds |
Disables embeddable objects while widget loads |
false |
Optional |
Enable Embeds
embeds:'true'
Example
<span class="st_sharethis" st_url="http://sharethis.com" st_title="Sharing Rocks!"></span>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
stLight.options({
publisher:'12345',
embeds:'true'
});
</script>