Podcast Feed boxes provides links to the latest episodes of podcasts that you select. Not that this doesn't download the actual audio to the podcast.
Adding & Editing a Podcast Feed Box
If you would like to your own description for the podcast feed, click on the edit this text link. Your description and any other information you want displayed will appear before the podcast links.
Examples
The Books from the Catalog box enables you to describe any number of books and provide links to them in your Library Catalog, Amazon, or Worldcat.
Adding & Editing Books from the Catalog
Examples
A Documents & Files box enables you to upload any number of files to your page. Individual files cannot be larger than 5MB each. Each file can have a short description (255 characters).
An Interactive Poll box enables you to create a poll on your page. Create a question and enter up to 7 choices for your poll. Each poll choice can have an associated URL.
Example
What would find if you did a search in the catalog for education and discrimination?
Instructions from Heather to create this box:
<form action="http://library.tufts.edu/search/t" method="get" name="journalSearch" id="journalSearch">
<input type="text" name="search" size="20" value="" />
<input type="hidden" name="sort" value="D" />
<input type="hidden" name="searchscope" value="10" />
<input type="submit" value="Search" />
</form>
<form action="http://library.tufts.edu/search/t" method="get" target="_blank" name="journalSearch" id="journalSearch">
<input type="text" name="search" size="20" value="" />
<input type="hidden" name="sort" value="D" />
<input type="hidden" name="searchscope" value="10" />
<input type="submit" value="Search" />
</form>
<input type="text" name="search" size="20" value="" />