• Resolved Nele

    (@relis)


    Hello,
    I love your plugin and it works well, but I have the following problem: In our country it is because of the GDPR not allowed to use the regular share options (buttons) for Facebook and twitter. What I need is the plugin without any sharing source code, e.g. from Facebook and Co. Is it possible to delete this part completely? And to eliminate this code? Thank you for an answer!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DearHive

    (@dearhive)

    Hi,

    You can hide the share button using custom CSS:

    .dp-ui-btn.dp-ui-share {
        display: none;
    }

    On WordPress – We recommend using Theme Customizer -> Additional CSS section for adding Custom CSS. Or a custom code plugin if you change themes often.

    Thread Starter Nele

    (@relis)

    Thanks al lot! Great!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Share option social media’ is closed to new replies.