* @license GNU General Public License, version 2 * @link http://addthis.com AddThis website */ class AddThisFollowButtonsPlugin extends AddThisPlugin { protected $version = '4.1.1'; protected $name = 'Follow Buttons by AddThis'; protected $productPrefix = 'wpf'; protected $pluginSlug = 'addthis-follow'; protected $followButtonsStatus = true; protected $settingsLinkObject = 'followButtonsObject'; } }