* @license GNU General Public License, version 2 * @link http://addthis.com AddThis website */ class AddThisSharingButtonsPlugin extends AddThisPlugin { protected $version = '6.1.4'; protected $name = 'Share Buttons by AddThis'; protected $productPrefix = 'wpp'; protected $pluginSlug = 'addthis'; protected $sharingButtonsStatus = true; protected $settingsLinkObject = 'sharingButtonsObject'; } }