You can brand the AddThis menu with your site name and popup with your site name and colors. This helps users know that they are using a service you approve of, and this will help encourage more use.
Branding the Menu
You can put your site name in the AddThis menu.
-
ui_cobrand(optional) - Text label that shows on the top right of the menu
var addthis_config = {
ui_cobrand: "Joystiq"
}
Changing the Header color
The color of the compact (on-hover) and expanded (on-click) menu headers can be customized.
-
ui_header_colorOptional - The color to use for the text foreground in the header of the compact (on-hover) menu and lightbox, in hex.
-
ui_header_backgroundOptional - The color to use as a background in the header of the compact (on-hover) menu and lightbox, in hex.
<script type="text/javascript">
var addthis_config = {
ui_header_color: "#ffffff",
ui_header_background: "#000000"
}
</script>
API Reference
Check out the full client API specification to learn more.