Integration via iframe - instructions
Integration via iframe - instructions
Integration of the university bibliography search via iframe
If you want to integrate the university bibliography search into a Typo3 page, please read the following instructions:
Determining the university bibliography URL for your organisational unit
- Open the following page in your browser: diglib.bis.uni-oldenburg.de/hsb/search
- Use the selection fields "School / Sonst. Einrichtungen", "Institut / Einrichtungen" (as well as "Fach / AG / Einrichtung" if applicable) and click on "Suchen".
- Adjust the URL in the URL line of the browser. First change the value for "iframe" in the URL from "0" to "1".
- If the headline "Search in the university bibliography" is to be displayed, set the value for "headline" to "1".
- If you want to include the English-language version of the page, you must add the following to the URL: "&language=en".
- If you want to hide individual or all fields for the selection of organisational units (School, Institute, working group), proceed as follows:
- Hide the School selection field: append "&hide_org_select=1" to the URL
- To hide the School and Institute selection fields: append "&hide_org_select=2" to the URL
- Hide all selection fields: Append "&hide_org_select=3" to the URL
- Remove the character string 'http:' or 'https:' at the beginning of the URL.
- Copy the URL from the URL line
Example URL (Institute of Physics):
//diglib.bis.uni-oldenburg.de/hsb/suche/index.php?fakultaet=50000&institut=50400&iframe=1&headline=1&hide_org_select=2
Insert iframe into your page
Create an <iframe> element in the <body> of your HTML page. Enter the URL you have just determined as the value for "src":
<iframe src="[your HSB URL]" border="0" style="width:960px;height:4000px" />