Contents |
You can now use wiki extensions to embed any RSS feed in your wiki pages. These can include standard news and blog feeds in addition to article database feeds, del.icio.us feeds, new title feeds, weather alert feeds, and so on... You also have the choice of simple displays or showing more details such as item dates, item descriptions and item permalinks.
Simple display of Library blog feed
Detailed display of Library blog feed
In EBSCOhost databases, you can create an RSS feed for your searches. After submitting a search, look for the "Create alert for this search" button:
This link will generate an RSS syndication feed that you can use in conjunction with the code below to embed search results in your pages.
Example feed from an Academic Search Premier search for (facebook AND librar*):
Code
<rss number="10">http://rss.ebscohost.com/AlertSyndicationService/Syndication.asmx/GetFeed?guid=1166058</rss>
Code for a del.icio.us feed
<feed url="http://del.icio.us/rss/codlibrary/taxesRef" entries="0" date="F j, Y">
*'''[{PERMALINK} {TITLE}]'''<br />{DESCRIPTION}<br /><span class="delItemInfo">URL: {PERMALINK} Added: {DATE}</span>
</feed>
Simple feed
<rss number="5">http://example.com/feed.xml</rss>
Note: the simple feed may not work with Feedburner feeds
Detailed feed
<feed url="http://example.com/feed.xml" entries="0" date="F j, Y">
*'''[{PERMALINK} {TITLE}]'''<br />{DESCRIPTION}<br /><span class="delItemInfo">URL: {PERMALINK} Added: {DATE}</span>
</feed>
Yes, you can even get weather alerts for DuPage county via RSS. Will add to the Library home page ASAP!
Example Google video
Hosted video
{{#ev:servicename|id|width}}
So for Google video it loos like this:
{{#ev:googlevideo|-981811133265305699|400}}
For YouTube, it looks like this:
{{#ev:youtube|0klgLsSxGsU|400}}
Other Flash
<gflash>width height http://example.com/flash.swf</gflash>
So the code for Jennifer's Meebo app looks like this:
<gflash>190 275 http://widget.meebo.com/mm.swf?rVkTOAXhxz</gflash>
And the code to embed the Blackboard tutorial looks like this:
<gflash>700 418 http://www.cod.edu/library/libweb/kelley/Blackboard/Blackboard_I_Intro.swf</gflash>
Facilitate easier access to your "talk" pages by including an inline comment for in your wiki pages. These talk pages are a good way to solicit input from students and build content with students.
Code
Add the following code hook wherever you'd like there to be a link to a comments form:
<comments />
The Google Maps extension is a little more complicated to use than the other extensions. However, it does have a graphical user interface to help you create maps. You can access this interface by clicking on the Google Maps button when you're editing a wiki page. The button looks like this:
After clicking this button, the Google Maps editing interface will open. Use this interface to create maps, map pointers, and pointer annotations. These annotations can include links to wiki pages or other web pages in addition to explanatory text. Colin will work with anyone interested in developing resources that use these maps. These maps could be especially useful for area maps (such as locations of other academic libraries in the region) or creating index pages to location-dependent research guides (languages, maps, history, geography?).