How to remove email & some other items from the sharethis window?Using direct post widget.
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:
will add only the facebook and twitter services to the classic widget.
Comments
Comment #1
rakesh falke commentedComment #2
ShareThis Support commentedThere 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.
stLight.options({exclusive_services:true, services:"facebook,twitter"});For example:
Using the script tag:
will add only the facebook and twitter services to the classic widget.