Skip to main content

Turn off social media share button for events

  • August 9, 2022
  • 4 replies
  • 20 views

laura.porcincula

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
Forum|alt.badge.img+1
  • 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
  • Author
  • Contributor ⭐️⭐️⭐️⭐️
  • August 11, 2022

Yes, just groups thank you!


bas
Forum|alt.badge.img+1
  • 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
Forum|alt.badge.img+1
  • Helper ⭐️⭐️⭐️
  • September 7, 2022
NewOpen