Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 570 Bytes

Librize Embet Widget

This is a simple way to integrate the books in your bookspot and your website.

Usage

  • 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>