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