How to remove email & some other items from the sharethis window?Using direct post widget.

Comments

rakeshfalke’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)
ShareThis Support’s picture

There is not any standard way to remove a single service from classic widget but you can customize this widget to add services of your choice only, if you have access to your site code.
For example:
Using the script tag:

stLight.options({exclusive_services:true, services:"facebook,twitter"});

will add only the facebook and twitter services to the classic widget.