We provide several options for customizing colors and suggested preset themes to help you seamlessly integrate ShareThis into your site. Here you can find more information about what parts of the widget you can customize as well as a list of available themes.
Colors and Themes for Multi-Post Widget
Overview
We provide several options for customizing colors and suggested preset themes to help you seamlessly integrate ShareThis into your site. Here you can find more information about what parts of the widget you can customize as well as a list of available themes.
Here are the parts of the ShareThis button that are customizable:
Here is a list of the properties and their variables. Please note that if you specify a theme it will override any other color properties
Color and Theme Properties
stLight.options
| Name | Definition | Value | Requirement |
|---|---|---|---|
theme |
Selects theme |
1 through 8 |
Optional |
serviceBarColor |
Color of the Bar the services are in. |
css entries or color names |
Optional |
shareButtonColor |
Color of the Share button. |
css entries or color names |
Optional |
footerColor |
Color of the footer. |
css entries or color names |
Optional |
headerTextColor |
Color of the header. |
css entries or color names |
Optional |
helpTextColor |
Color of the help text. |
css entries or color names |
Optional |
mainWidgetColor |
Main widget color. |
css entries or color names |
Optional |
textBoxFontColor |
Text box Font color |
css entries or color names |
Optional |
Example
This code will create a ShareThis button using the Dust theme.
<span class="st_sharethis"></span> <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> <script type="text/javascript"> stLight.options({ publisher:'12345', theme:'3' }); </script>
Themes
| Name | Number | Preview | |
|---|---|---|---|
Default |
1 |
![]() |
|
Ice |
2 |
![]() |
|
Dust |
3 |
![]() |
|
Pine |
4 |
![]() |
|
Da' Bears |
5 |
![]() |
|
Cosmopolitan |
6 |
![]() |
|
L' Orange |
7 |
![]() |
|
Silent Movie |
8 |
![]() |








