Skip to main content

How to Embed a single book from Bloom Library In Your Website

See also:

How to Embed a Bloom Library Collection In Your Website

It is possible to embed an interactive book directly on your website, if your website supports “iframes”.

<iframe
src="https://embed.bloomlibrary.org/bloom-player/bloomplayer.htm?url=URL-TO-THE-BOOK"
title="my book"
height="500px"
width="100%"
allow="fullscreen"
allowFullScreen={true}
initiallyPaused={true}
/>

For example, if we use

<iframe
src="https://embed.bloomlibrary.org/bloom-player/bloomplayer.htm?url=[https://bloomlibrary.org/player/Da5Scm1XBK](https://bloomlibrary.org/player/rFnCBRPsDs)"
width="100%" height="450px" allow="fullscreen" allowFullScreen={true} initiallyPaused={true}
/>

then we get

note

It does cost us something to “deliver” books in this way. We don’t expect this will be a problem, but if in the future we had books that became expensive to serve this way, we might limit access to the service.