You can add “fun stuff” – multimedia content, catalog items, databases, images, buttons, and more– to your guide. We’ve included links to documentation demonstrating how to include:
Have an idea for a new content type? Contact Hannah Fountain-Pileggi (hfounta8@pratt.edu) for support.
Adding a book asset to your guide imports its cover artwork and some bibliographic information. You can edit additional bibliographic details as well as our local call number and catalog permalink.
Adding a database from our Databases A-Z list imports its title and description, access icons, and links directly to the resource.
Art & Architecture Source covers a broad range of related subjects, from fine, decorative and commercial art, to various areas of architecture and architectural design. Providing over 600 full-text journals, more than 220 full-text books, and a collection of over 63,000 images, it is designed for use by a diverse audience, including art scholars, artists, designers, students and general researchers.
If you feel comfortable inserting HTML, Buttons can be wonderful tool for drawing user attention to key resources or content. To use the button below, copy the code and insert it as html in the LibGuides Rich Text Editor. Be sure to switch on the source code editor first! The button for this is located on the top-right of the rich text editor.
Replace the # with your hyperlink. Replace "Go Somewhere" with your resource. It's good user experience to name your buttons clearly. Don't name your button "more" or "learn more here." Sending people to Special Collections? Name the button "Go to Special Collections."
<a class="btn btn-spring" href="#">Go Somewhere</a>
<a class="pratt-btn" href="#">Go Somewhere else</a>
Go Somewhere else (muted)
<a class="special-btn" href="#">Go Somewhere else</a>
We can embed video content using LibGuide's Media/Widget Asset Tool.
Did you know that you can embed videos from Kanopy, Docuseek, and Alexander Street Press? Simply find the movie of your choice, click Share or Embed, and copy the code. Use the the LibGuides Media/Widget Asset Tool to paste the code in Please note that patrons will need to log in with their OneKey if they are off-campus.
<iframe allow='encrypted-media;' width='640' height='390' src='https://pratt.kanopy.com/embed/202943?v=20190405' frameborder='0' allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
To add images to your guide, use the image insertion tool when editing Rich Text/HTML content by clicking the images icon ().
The LibGuides Image Manager allows you to upload and organize images to use across guides. Don't forget to add alt text!
You can embed an OPAC search bar into your guide! Depending upon your familiarity with HTML, you can also configure your search to limit results to specific locations or material types.
To add an OPAC search bar to your guide, add a Rich Text/HTML asset block, then copy and paste the code below into your HTML source editor, adding your own placeholder search text:
<div class="col-12 col-sm-12>
<div class=" row="">
<form action="https://cat.pratt.edu/search/X" id="srchbox" method="get" name="srchbox"><input aria-label="OPAC Search" id="searcharg" name="searcharg" placeholder="Placeholder Text Here" style="width:70%; border-color:black; border-width:1px; padding: 6px 12px;" type="search" /><button class="btn btn-spring" name="commit" type="submit" value="Search">SEARCH <i class="fa fa-search"></i></button></form>
</div>
<script>
document.getElementById('searcharg').focus();
var opacForm = document.getElementById('srchbox');
opacForm.addEventListener('submit',function(e) {
e.preventDefault();
var searchField = document.getElementById('searcharg');
searchField.name = 'SEARCH';
searchField.value = '(' + searchField.value + ')';
opacForm.submit();
});
</script>
You can also add a Pratt Institute Libraries Digital Collections search box to your guide:
To add a Digital Collections search bar to your guide, add a Rich Text/HTML asset block, then copy and paste the code below into your HTML source editor.
<div class="col-12 col-sm-12">
<div class="row">
<form action="https://www.jstor.org/action/doBasicSearch" id="srchbox" method="get" target="_blank">
<div><input name="Query" placeholder="Search Pratt Institute Libraries Digital Collections" style="width:60%; border-color:black; border-width:1px; padding: 12px;margin: 12px; type=" text="" /><input name="scope" type="hidden" value="eyJpZCI6ICIxMDAwODQ3ODciLCAicGFnZU5hbWUiOiAiUHJhdHQgSW5zdGl0dXRlIExpYnJhcmllcyBEaWdpdGFsIENvbGxlY3Rpb25zIiwgInBhZ2VVcmwiOiAiL3NpdGUvcHJhdHQvIiwgInR5cGUiOiAicG9ydGFsIn0=" /><button class="btn btn-spring" name="commit" style="padding: 12px;" type="submit" value="Search">SEARCH <i class="fa fa-search"></i></button></div>
</form>
</div>
</div>
You can embed an audio player into your guides using your own files, or a file available online.
Embedding your own files into an audio player is simple, but the process requires some familiarity with HTML editing. If you're linking to an audio file stored somewhere on the Web, you can omit the steps prompting you to create an invisible "Container" box to store your files and instead link directly to your target audio assets.
To add an embedded audio player loaded with your own file, follow the steps outline below:
<figure>
<figcaption>Brief description of audio content:</figcaption>
<audio controls="" src="Link to Audio File"></audio>
<p><a href="Link to Audio File">Download audio</a></figure>
<br><a href="Link to Transcript File">Download transcript</a></p>
</figure>
Here's an example of an embedded audio player, created using the process described above:
Listen to the T-Rex:
Sometimes referred to as a carousel, a gallery box allows you to rotate (automatically or manually) through a set of slides.
A slide is a combination of an image and text that rotates through the gallery, similar to a slide in a presentation. Each gallery box can have a maximum of 100 slides.
You can create the following slides with images, books from the catalog, databases, LibGuide screenshots, and LibCal events.
See Springshare's step-by-step guide for adding Gallery Boxes.