在WordPress MU上分享这个插件 - 默认在所有博客中

I have one instance of Wordpress Multiuser and need ShareThis plugin to be automatically activated in all new created blogs.

I've seen a post:

Plugins placed in wp-content/mu-plugins are automatically enabled for all blogs in the system. They cannot be turned off by the users.

When putting the plugin files into root blog (/plugins/ folder), the plugin is functional, but when putting it into /mu-plugins , the plugin is not working.

What else do i need to do to make it work?

Plugins put in /mu-plugins cannot be in folders.
/mu-plugins can only contain plugin files like what-ever-plugin.php.

The mu-plugins directory will not read plugins in a subfolder, so your ShareThis plugin must be modified to individual file to work.

Any plugin files in a subfolder will be ignored unless included in the primary plugin file.