• Resolved urawsm

    (@urawsm)


    Is there a way to configure the set of social share buttons?

    i.e. Facebook, Twitter, Google +, LinkedIn, Pinterest, Tumblr

    Our audience would use only 5 of those 6, and we would like to remove one of them…

    Thanks for your time.

    • This topic was modified 7 years, 4 months ago by urawsm.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor WD Support

    (@wdsupport)

    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!

    Thread Starter urawsm

    (@urawsm)

    Perfect! That worked.

    Thank you very much.

    Plugin Contributor WD Support

    (@wdsupport)

    You are most welcome, @urawsm!

    We’re pleased to know, that our response was helpful. Feel free to open a new thread anytime you will have questions.

    We hope you can spread the word and tell your friends about Web-Dorado plugins and themes. If you have time, please share your thoughts about the product here.

    Thank you so much! Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social share buttons – YouTube WD’ is closed to new replies.