Skip to content

Instantly share code, notes, and snippets.

@reefdog
Created February 18, 2016 21:32
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/008f5f62c543c6aede72 to your computer and use it in GitHub Desktop.
Save reefdog/008f5f62c543c6aede72 to your computer and use it in GitHub Desktop.
Example of DocumentCloud search embed code
<div id="DC-search-projectid-24031-language-tests" class="DC-search-container"></div>
<script src="//assets.documentcloud.org/embed/loader.js"></script>
<script>
dc.embed.load('http://www.documentcloud.org/search/embed/', {
q: "projectid: 24031-language-tests ",
container: "#DC-search-projectid-24031-language-tests",
title: "",
order: "created_at",
per_page: 12,
search_bar: true,
organization: 1
});
</script>
<noscript>
<a href="https://www.documentcloud.org/public/search/projectid%3A%2024031-language-tests%20">View/search document collection</a>
</noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment