Hello I thought I would mention I get this error and have done on previous versions of the plugin. Please Mr Developer add the following to fix ?? , I hate having to do this each time I update.
Notice: Undefined index: ssba_excerpts in /…/wp-content/plugins/simple-share-buttons-adder/simple-share-buttons-adder.php on line 785
Add an isset() to fix on line 785:
if( isset( $arrSettings[‘ssba_excerpts’] ) && $arrSettings[‘ssba_excerpts’] == ‘Y’) {
// add a hook
add_filter( ‘the_excerpt’, ‘show_share_buttons’);
}