Note: This documentation applies to our advanced configuration tools. For the available sizes of our newest tools look in their configuration.
The standard AddThis buttons are available in three sizes: 16×16, 20×20, and 32×32. The default size for these buttons is 16×16, so to render those your toolbox <div>
code should have the CSS classes addthis_toolbox
and addthis_default_style
:
<div class="addthis_toolbox addthis_default_style">
This will look like this:
For 20×20 you add the class addthis_20x20_style,
which will look like this:
<div class="addthis_toolbox addthis_default_style addthis_20x20_style">
These look great next to our third-party buttons:
For the 32×32 buttons add the class addthis_32x32_style
, which will look like this:
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
Last modified: December 8th, 2015