How do I allow embedded objects to be visible while the ShareThis widget is loaded?
In order to allow embedded elements to be visible, the “embeds” JavaScript element must be set to true.
This JavaScript element (embeds) defaults to false due to possible display problems where flash will sometimes display through the widget. If you set “embeds” to true but encounter problems with Flash, another alternative is to use the the “popup” JavaScript element where the ShareThis widget will instead display in a new popup window. This is done by adding “&embeds=true” to the end of the ShareThis widget code:
<script=”http://w.sharethis.com …&embeds=true”></script>
Popularity: 12%
