-
Hello Community,
Does anyone know how to disable only FB sharing (porn is prohibited on FB…) and keep Twiter ?
Tks !!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
Foliovision › Forums › FV Player › Troubleshooting › disable facebook sharing
Hello Community,
Does anyone know how to disable only FB sharing (porn is prohibited on FB…) and keep Twiter ?
Tks !!
Hello,
Currently it’s unavailable to just hide single button from the social buttons bar. However, you can do it via CSS.
You can use:
.fvp-share-bar .fvp-sharing .sharing-facebook { visibility: hidden; }
To hide the button and then you can tweak the bar aligment with
.flowplayer .fvp-share-bar
class.
Thanks,
Juraj