This is a simple way to integrate the books in your bookspot and your website.
http://librize.github.io/embed/v1/#bookspot/<bookspot-id>/latest?limit=10&height=120
For example, the latest books of OpenSource Cafe.
You could use this widget on your page with such <iframe>
tags:
<iframe
src="http://librize.github.io/embed/v1/#bookspot/osscafe/latest?limit=10&height=120"
height="120" width="100%" seamless="seamless">
</iframe>