A free Carrd plugin template to embed a PDF doc hosted elsewhere (like say, on Google Drive).Great for authors, educators, creators, ecommerce sellers to share ebooks, reports, catalogs, forms, menus, manuals, schedules without redirecting the user out of your site.
Copy the contents of each of the 3 Embed elements ("PDF viewer - CSS", "PDF viewer - HTML", "PDF viewer - JS") over your Embed elements in your own Carrd site.Remember to uncheck the "Defer <script> tags" Options setting of the Embed elements!To adjust the height of the PDF viewer, look for this code in the "PDF viewer - JS" Embed element:Adjust the
<iframe
src="${this.url}"
width="100%"
height="600px"
...
height value as needed.
If you need to embed a 2nd PDF Viewer, you need to adjust the element IDs and function names accordingly so that it doesn't conlfict with the first embed.
Download the 2nd embed code here (just the HTML and JS) - pastebin.com/mqXFurGe