Skip to content

Instantly share code, notes, and snippets.

@reefdog
Last active February 18, 2016 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reefdog/82af6a0c9d74b5f52290 to your computer and use it in GitHub Desktop.
Save reefdog/82af6a0c9d74b5f52290 to your computer and use it in GitHub Desktop.
Example of DocumentCloud document embed code
<div id="DV-viewer-282753-lefler-thesis" class="DV-container"></div>
<script src="//assets.documentcloud.org/viewer/loader.js"></script>
<script>
DV.load("https://www.documentcloud.org/documents/282753-lefler-thesis.js", {
sidebar: false,
text: false,
container: "#DV-viewer-282753-lefler-thesis"
});
</script>
<noscript>
<a href="https://assets.documentcloud.org/documents/282753/lefler-thesis.pdf">Lefler Thesis (PDF)</a>
<br />
<a href="https://assets.documentcloud.org/documents/282753/lefler-thesis.txt">Lefler Thesis (Text)</a>
</noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment