Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mocoso/83923b972a074fd3f1a84aaadd749097 to your computer and use it in GitHub Desktop.
Save mocoso/83923b972a074fd3f1a84aaadd749097 to your computer and use it in GitHub Desktop.
Code snippet for including Ethical Book Search in your page
<div id="ethical-book-search-container">
<noscript>
<p>
Find a responsible bookseller for the book you want to buy with
<a href="https://www.ethicalbooksearch.com/">Ethical Book Search</a>.
</p>
</noscript>
</div>
<script
type="text/javascript"
src="https://www.ethicalbooksearch.com/widget.js">
</script>
<script type="text/javascript">
EBSWidget.setUp("/", "your-domain-name");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment