Hi,
Thank you for contacting us.
Yes, it is possible for Facebook buttons.
Please go to the plugin settings page, open “Custom code” tab, mark “Activate” checkbox in the “Editing bws-custom-code.php” section and add the following code:
function fcbkbttn_add_custom_text( $buttons ) {
$custom_text = "<span>PUT HERE THE TEXT YOU WANT TO BE ADDED<span>";
return $custom_text . $buttons;
}
add_filter( 'fcbkbttn_button_in_the_content', 'fcbkbttn_add_custom_text' );
Please don’t forget to change the text you want to be added in this code.
Let us know if everything is okay now.
Sincerely,
BestWebSoft Support Team