<script src="https://static-edge-p6.cdn.es-infra.net/public/ept.latest.js"></script>
<div id="target"></div>
new P6Embed({
id: 'target', // where to place the iframe
ety: 'et1', // __ety
bsw: 500, // __bsw (width)
bsh: 600, // __bsh (height)
eun: 'PROFILE_NAME', // __eun (profile name)
border: '1px solid #000'
}).render();
<div id="target"></div>
<script type="text/javascript">
new P6Embed({
id: 'target', // where to place the iframe
ety: 'et1', // __ety
bsw: 500, // __bsw (width)
bsh: 600, // __bsh (height)
eun: 'PROFILE_NAME', // __eun (profile name)
border: '1px solid #000'
}).render();
</script>