* @license GNU General Public License, version 2 * @link http://addthis.com AddThis website */ class AddThisFollowButtonsCustomTool extends AddThisFollowButtonsToolParent { public $layersClass = 'addthis_custom_follow'; public $prettyName = 'Custom Follow Buttons'; public $edition = 'pro'; public $anonymousSupport = false; public $inline = true; public $settingsSubVariableName = 'cflwh'; public $widgetClassName = 'AddThisFollowButtonsCustomWidget'; public $widgetBaseId = 'addthis_custom_follow_widget'; public $widgetName = 'Follow Buttons - Custom'; public $widgetDescription = 'These custom follow buttons from AddThis allow you to match the look and feel of your website.'; public $defaultWidgetTitle = 'Follow Me'; public $shortCode = 'addthis_custom_follow_buttons'; } }