-
Notifications
You must be signed in to change notification settings - Fork 476
Description
Proposal
The BookReader and CORS policies are likely not perfectly set up for this and there's no guarantee this feature ships to production, but for anyone interested, the idea is to create a prototype (similar to youtube embeds) which allows someone from Open Library to find a readable book, search inside that book, and then click a button to create an embeddable preview (copying the code to their clipboard)
TL;DR e.g. highlight region on book + click "create sharable citation" -> gives embed code
e.g.
- open up an archive.org book
- highlight the region of text to share
- upon highlight, a button emerges to create as "youtube" style share/embed
- you get a snippet of code copied to your clipboard one may paste anywhere on the web and hovering over results in a cropped snippet that is the citation OR another [better] option is that the button generates something like of like a gist or pastebin which is just an item filled with citation regions that you link directly to (e.g. on x) w/o copying code.
Design / Demo
https://codepen.io/mekarpeles/pen/OPLgGyR
In this codepen, hovering over the eye pulls up a limited preview, ideally to the correct page with the region highlighted:
Justification
Let more sits like wikipedia round the web reference and cite books in an interactive way with previews.
Research
Are there any precedents or findings from other projects or studies that support this feature? (link or screenshot if possible)
See Youtube's Share flow
1. Select "Share":
2. Click "Embed" option:
3. Copy the code
Breakdown
No response
