Comments 3Karina started the conversationMay 3, 2023 at 8:06amHi there, is it possible to disable the social media sharing function of virtual events?Thanks!Sincerely, Karina 881Zhivko repliedMay 3, 2023 at 3:47pmHi,Open your theme or child-theme functions.php file and at the bottom add following code: // Disable virtual location share links add_filter('stec-virtual-location-share-links', function() { return []; }); Stachethemes Developer 3Karina repliedMay 4, 2023 at 9:42amHi, thank you. That does remove the Social Share, but we still get a external Script from Facebook. How can that be removed as well? Attached files: Bildschirmfoto 2023-05-04 um 11.42.38.png 881Zhivko repliedMay 4, 2023 at 6:38pmIn STEC -> General set Comment form type to Disqus. This will disable loading of facebook sdk.Disqus won't load externals scripts unless comments are open for the event. Stachethemes Developer Sign in to reply ...
Hi there, is it possible to disable the social media sharing function of virtual events?
Thanks!
Sincerely, Karina
Hi,
Open your theme or child-theme functions.php file and at the bottom add following code:
Stachethemes Developer
Hi, thank you. That does remove the Social Share, but we still get a external Script from Facebook. How can that be removed as well?
Attached files: Bildschirmfoto 2023-05-04 um 11.42.38.png
In STEC -> General set Comment form type to Disqus.
This will disable loading of facebook sdk.
Disqus won't load externals scripts unless comments are open for the event.
Stachethemes Developer