* @license GNU General Public License, version 2 * @link http://addthis.com AddThis website */ class AddThisFollowButtonsVerticalTool extends AddThisFollowButtonsToolParent { public $boostApiClass = 'addthis_vertical_follow_toolbox'; public $prettyName = 'Vertical Follow Buttons'; public $edition = 'basic'; public $clientApiSupport = true; public $inline = true; public $settingsSubVariableName = 'flwv'; public $widgetClassName = 'AddThisFollowButtonsVerticalWidget'; public $widgetBaseId = 'addthis_vertical_follow_toolbox_widget'; public $widgetName = 'Follow Buttons - Vertical'; public $widgetDescription = ' Vertical social follow buttons from AddThis to increase your followers. '; public $defaultWidgetTitle = 'Follow Me'; public $shortCode = 'addthis_vertical_follow_buttons'; public $availableSizes = array( 'large' => array( 'displayName' => 'Large', 'class' => 'addthis_toolbox addthis_vertical_style addthis_32x32_style' ), 'medium' => array( 'displayName' => 'Medium', 'class' => 'addthis_toolbox addthis_vertical_style addthis_20x20_style' ), 'small' => array( 'displayName' => 'Small', 'class' => 'addthis_toolbox addthis_vertical_style addthis_16x16_style' ), ); protected $defaultConfigs = array( 'enabled' => false, 'size' => 'large', 'thankyou' => true, 'elements' => 'addthis_vertical_follow_toolbox', ); } }