Flipbook

Hello to all
I made a flipbook in an extenal app, I would like to link the address in to my page in order to show it always in part of the page. Is that possible? or there a way to make a flipbook with wappler?

What do you mean by flip book? What is it exactly?

I use dearflip jQuery plugin (paid) to display PDFs in a Flipbook style format for one of my clients. There are about 35-40 PDFs (catalogues, brochures etc.) on a page. Each PDF is converted to a Flipbook when clicked on the thumbnail and displays it in a popup.

Excellent, I will try it, thanks

If you’ve aready made the flipbook then you can embed it into your site easily. You can either upload the flipbook folder to your hosting and just link to it or you can embed it using an iframe.

The problem is that I have the link only

Which plugin are you using to convert PDF into a Flipbook? This is the setup I have with the dearflip jQuery plugin. The PDF and thumbnail are being fetched from an external url (CDN). It displays the thumbnail image and when clicked, the PDF is converted into a Flipbook in real time.

<div class="_df_thumb lazyload" source="https://abc.b-cdn.net/filestore/assets/pdf/test.pdf" thumb="https://abc.b-cdn.net/filestore/assets/thumbnails/test.jpg">
      TEST PDF
</div>

With designrr, I can make the flipbook but I can download it, I only receive a link. I will try your way and post back the results. Thanks