* @license GNU General Public License, version 2 * @link http://addthis.com AddThis website */ class AddThisFollowButtonsCustomTool extends AddThisFollowButtonsToolParent { public $boostApiClass = 'addthis_custom_follow'; public $prettyName = 'Custom Follow Buttons'; public $edition = 'pro'; public $clientApiSupport = 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'; protected $defaultConfigs = array( 'enabled' => false, 'size' => 'large', 'thankyou' => true, 'elements' => 'addthis_custom_follow', ); } }