To embed your publication or library widget in a full webpage, you need to first prepare the page where your publication or widget will be inserted, with the following code:
<html>
<head>
<style>
html, body, iframe {
width: 100%;
height: 100%;
}
body {
overflow: hidden;
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<!—YOUR IFRAME TAG HERE -->
</body>
</html>
Once your page is ready, you need to access the embed code of your publication or library widget:
- To access the embed code of a publication, see here. Under Customize options, for "Size" you must select "Full".
- To access the embed of a library widget, see here.
You can then select the IFRAME tag from the code provided and copy and paste it in your webpage code, in the correct place as indicated above.
You can save the HTML file attached to this article and add it to your website: