If all of your catalogs should be presented through a single landing page, a drop-down menu will be available to provide access to Archived catalogs. As each new catalog is published, the most recent catalog will be listed first. This type of display is common when an institution uses a 'General Catalog', for example.
- If you will be displaying all catalogs on a single page, then your sample embed code will resemble this when assembled:
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://monsters.kuali.co/catalog/build/catalog.css">
</head>
<body>
<!-- Your website header here -->
<div> Check out this sweet catalog! </div>
<div id="kuali-catalog"></div>
<!-- Your website footer here -->
<script>
window.subdomain='https://monsters.kuali.co'
</script>
<script src="https://monsters.kuali.co/catalog/build/catalog.js"></script>
</body>
</html>
Note: If you find that your catalog does not display after installing the snippet, double check that:
is entered without any additional spacing before or after the =.
<script>
window.subdomain='https://monsters.kuali.co'
window.catalogId='623e17717da9be51dfd27435'
</script>
is entered without any additional spacing before or after the =.
Comments
0 comments
Please sign in to leave a comment.