AddThis plugin, configurable toolbox separator
-
Hey there, I’d like to suggest the addition of an improvement to the AddThis plugin: add the possibility of inserting a separator from the “Dropdown/Toolbox Service” setting box.
On addthis_social_widget.php:355
$option = trim($option);
+ if ($option === 'separator') {
+ $content .= '<span class="addthis_separator">|</span>';
+ } elseif ($option != 'more') {
- if ($option != 'more') {
$content .= '';
}
Cheers,
Iúri
- The topic ‘AddThis plugin, configurable toolbox separator’ is closed to new replies.