How we can enable 'share' button?
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; } });
update the plugin to the last version, it is enabled by default. You can customize share link using: