3D FlipBook - Disable Share in jquery version

w***s@deltasigmatheta.org
2023-01-23
2023-02-01

Good Evening,

We have the PRO version of the jquery plugin and I am not clear on how to or if it's even possible to disable the share button on the toolbar.

Thanks

Jacinta

Replies

i***y@gmail.com
2023-01-26
2023-01-26

Hi, try:

$('#container').FlipBook({
...,
  controlsProps: {
    actions: {
      cmdShare: {
        enabled: false,
        enabledInNarrow: false
      }
    }
  }
});
w***s@deltasigmatheta.org
2023-01-30
2023-01-30

Thank you.

Log In to leave a comment