To embed the HERE Embedded Editor in a website, use an iframe. The following codeblock illustrates an example of an iframe that references the Embedded Editor.
<iframe 
    width="600"
    height="500"
    src="https://mapfeedback.here.com?app_id={YOUR_APP_ID}&
    app_code={YOUR_APP_CODE}&[attribute=value]">
</iframe>
You can use the query parameters to customize the behavior of the iframe to match your design patterns.