The example demonstrates how easily you can embed PDF flipbook into your page using 3D FlipBook jQuery plugin.
No coding skills are required, just create a div
, add any CSS class, for example sample-container
:
<div class="sample-container"></div>
Do not forget to set required height for the div
container. Add script:
<script type="text/javascript"> $('.sample-container').FlipBook({pdf: 'books/pdf/CondoLiving.pdf'}); </script>
This script will embed the PDF document in the div
container.