Skip to main content
laura.porcincula
Contributor ⭐️⭐️⭐️⭐️
August 9, 2022

Turn off social media share button for events

  • August 9, 2022
  • 4 replies
  • 40 views

We create events in a gated group which are for customers with a certain status/certification and for this reason we need the ability to remove the social sharing button for the events posted in that group. Please add a setting for these the share button to be removed. 

4 replies

bas
Helper ⭐️⭐️⭐️
August 11, 2022

To clarify: you want to disable the social sharing buttons for specific, private groups, but not for all groups. Right?

laura.porcincula
Contributor ⭐️⭐️⭐️⭐️
August 11, 2022

Yes, just groups thank you!

bas
Helper ⭐️⭐️⭐️
August 12, 2022

So for all events you could use some custom css.
<style>

 /* hide social sharing button for events */

  body.twig_page-event .social-sharing {

      display: none;

  }

</style>

For just private events, there is no option at the moment.

Sebastian
Helper ⭐️⭐️⭐️
September 7, 2022
NewOpen