How can I implement click function instead of the hover function on the peekaboo (SHARE button) so that, when clicked it shows the hidden services below but does not show the pop up window for sharing via all services.
Yes, add this code to your page:
<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.ui_click = true;
</script>
This question is closed to new answers.