* @license GNU General Public License, version 2 * @link http://addthis.com AddThis website */ class AddThisSharingButtonsCustomTool extends AddThisSharingButtonsToolParent { public $layersClass = 'addthis_custom_sharing'; public $prettyName = 'Custom Sharing Buttons'; public $edition = 'pro'; public $anonymousSupport = false; public $inline = true; public $widgetClassName = 'AddThisSharingButtonsCustomWidget'; public $widgetBaseId = 'addthis_custom_sharing_widget'; public $widgetName = 'Sharing Buttons - Custom'; public $widgetDescription = 'These custom sharing buttons from AddThis allow you to match the look and feel of your website.'; public $defaultWidgetTitle = 'Share'; public $shortCode = 'addthis_custom_sharing_buttons'; } }