The Share feature currently lists out a dozen of social media websites. On the Share feature, I only want to include Facebook, Twitter, and Email, and perhaps a custom link as well.
How do I go about removing all the other social media destinations? The solution I have right now seems very unproductive:
var addthis_config = {
"services_exclude" : "myspace, linkedin, ...." // ALL services except facebook, twitter, and email
}
This question is closed to new answers.