documentcloud / documentcloud-pages

Responsively embed DocumentCloud pages.
https://documentcloud.github.io/documentcloud-pages/examples/
MIT License
23 stars 10 forks source link

Let embedders customize embed with options #23

Closed reefdog closed 8 years ago

reefdog commented 8 years ago

Current design: will use a JSON blob on the data-options attribute of the unenhanced embed markup (see first line):

<div class="DC-embed-stub" data-options='{"pageNavigator":true,"credit":false}' style="font-size:0.8em">
  <p>Page 57 of <a href="https://www.documentcloud.org/documents/282753-lefler-thesis.html#document/p57" title="View Lefler Thesis on DocumentCloud">Lefler Thesis</a></p>
  <img src="https://assets.documentcloud.org/documents/282753/pages/lefler-thesis-p57-normal.gif" alt="Page 57 of Lefler Thesis" style="border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:700px;">
  <p>Contributed by Ted Han of DocumentCloud &bull; <a href="https://www.documentcloud.org/documents/282753-lefler-thesis.html#document/p57">View entire document on DocumentCloud</a></p>
</div>
<script src="dist/loader.js"></script>