Skip to Main Content

ZTC Ready (Embedding Library Resources in Moodle)

Summon Search Options

Summon is our powerful discovery layer. It searches almost all of our resources in one search (100+ article indexes plus our catalogue).

You can add Summon to your Moodle site 2 ways:

  1. Summon search widget
  2. Summon search box

Are you wondering what the Summon widget looks like in a Moodle course? Check it out on our Library Moodle site.

Summon Search box - Add it to your Moodle site

Summon Search Box Code

Grab the code below and put it in your Moodle site

<script type="text/javascript" src="//kwantlen.summon.serialssolutions.com/widgets/box.js"></script><script type="text/javascript">summonWidget.box({"id":"sdd8700623e17f16926fd39fdc2f0026","endpoint":"//kwantlen.summon.serialssolutions.com","style":{"tagline":"#000","links":"#000"},"params":{"pn":1,"ho":true,"l":"en"},"tagline_text":"Search the KPU collection - articles, books, videos etc.","searchbutton_text":"Search","advanced_text":"More search options","placeholder_text":"","advanced":true,"suggest":true,"tagline":true,"popup":true})</script>

Summon Search Widget - Add it to your Moodle site

 

 

 

 

 

Summon Search Widget Code

Copy and paste this code into your Moodle site:

<script type="text/javascript" src="//kwantlen.summon.serialssolutions.com/widgets/search.js"></script><script type="text/javascript">summonWidget.search({"id":"s9cd6fa3798ac002b09ab335b26e6b47","logo":"//assets.summon.serialssolutions.com/4eebac2de8c1955a5200024f","endpoint":"//kwantlen.summon.serialssolutions.com","lang":"en-US","style":{"title_color":"#4d4d4d","link_color":"#214e95","header_color":"#fff","results_color":"#fff","width":"fixed"},"params":{"pn":1,"ho":true,"l":"en"},"title":"Summon Widget","searchbutton_text":"Search"})</script>

Summon search box - Add it as a Block to your Moodle Site

You can also add the Summon search box as a block on your Moodle site. This means it will appear on every page regardless of where the student is.

Grab this code, and place it into the Moodle Box option within your course site.

<script type="text/javascript" src="//kwantlen.summon.serialssolutions.com/widgets/box.js"></script><script type="text/javascript">summonWidget.box({"id":"sdd8700623e17f16926fd39fdc2f0026","endpoint":"//kwantlen.summon.serialssolutions.com","style":{"tagline":"#000","links":"#000"},"params":{"pn":1,"ho":true,"l":"en"},"tagline_text":"Search the KPU collection - articles, books, videos etc.","searchbutton_text":"Search","advanced_text":"More search options","placeholder_text":"","advanced":true,"suggest":true,"tagline":true,"popup":true})</script>