To display search results in a page, insert an html snippet like the following one into a web page:
<script type="text/javascript" src="http://www.folksemantic.com/search/results.pjs?terms=gm"></script>
Use the terms parameter to specify search terms.
Folksemantic search supports the following optional parameters:
Optionally you narrow a search by specifying the ids of collections to include or exclude. For example:
<script type="text/javascript" src="http://www.folksemantic.com/search/results.pjs?terms=gm+AND+!feed_id:(496197525+496197527+496603418+1046958763)"></script>
Excludes the collection with the ids 496197525, 496197527, and 496603418 (OpenLearn) from the search. See the Indexed Collections page to find the ids of the collections.
Use the following styles to style the list:
.oer_recommender_container {}
.oer_recommender_list {}
.oer_recommender_hit_link {}
.oer_recommender_item {}
.oer_recommender_item_description {}