Use the following code to use an iFrame. Simply change the URL for the iframe and the height and width:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Partica iFrame</title>
<style>
#container{width: 600px; height: 650px; overflow: hidden;}
iframe{width: 550px; height: 618px;}
</style>
</head>
<body>
<div id="container">
<iframe src="https://yourparticaurl.partica.online" frameborder='0'></iframe>
</div>
</body>
</html>
Please note that you must replace the dummy url with your own publication url; in order for the iframe to work.