Hey, @urawsm!
We appreciate your time posting your request!
We’re sorry to inform, that unfortunately, the plugin does not provide options to remove some share buttons. However, you can easily hide them with CSS.
For example, if you wish to hide Twitter button, please add the following code to style.css file of your website theme, or a custom CSS editor.
#ytwd_twitter_share {
display: none;
}
Here are the IDs of each social share button element:
#ytwd_facebook_share
#ytwd_twitter_share
#ytwd_google_share
#ytwd_linkedin_share
#ytwd_pinterest_share
#ytwd_tumblr_share
Please use the necessary ID in the CSS code above. Make sure to clear the cache of your web browser before checking the changes. Let us know if this helps.
Thanks! Have a wonderful day!