3D FlipBook - How we can enable 'share' button?

a***2@gmail.com
2021-09-15
2021-09-23

How we can enable 'share' button?

Replies

a***r@3dflipbook.net
2021-09-23
2021-09-23

update the plugin to the last version, it is enabled by default. You can customize share link using:

$('#container').FlipBook({
  shareLinkBuilder: function(page) {
    return 'url/'+page;
  }
});
Log In to leave a comment