I want to disable Addthis and Sharethis in easy blog
class SocialSharing extends EasySocial
{
//For example
static $availableVendors = array(
'email',
'twitter',
'google',
'facebook',
'live',
'linkedin',
'myspace',
'vk',
'stumbleupon',
'digg',
'tumblr',
'evernote',
'reddit',
'delicious'
);
As for this 'Share This' problem - there should be a simple.. 'user control' to Turn that OFF ... no?
There is unfortunately no ACL to control which users can use which sharing features. To be honest, this is a pretty overkill feature that probably only 0.1% of EasySocial users like yourself are seeking for.