binaryEmbed into Website or App

Learn how to embed an FaceAR experience to your web page.

You can easily embed the FaceAR experience generated and hosted through the platform to any web page.

The web page can be part of a website or integrated in a mobile app.

Using iframe

In order to embed the FaceAR experience you must declare an iframe tag and set its source to the address of the hosted experience:

<iframe src="https://api.echo3D.com/facear?key=<YOUR_API_KEY>" allow="camera *"/>
circle-exclamation

Code Example

Here is a fully styled HTML page with an embedded FaceAR experience:

Last updated