Facer Documentation logo

Watchface Embed

Want to show off your new creation or someone else's? The watchface embed allows you to embed an awesome preview of the face on any website. Here are the steps to get the embed html code:

1. Go to facer.io and find the watchface you want to share

2. Click the Share Icon

3. Copy the embed code

Advanced Options

Static Embed

If you're using multiple embeds on one page, it can be a good idea to use the static version, which loads faster. To load the static version, add a query parameters to the iframe URL: ?autorun=false

Example

<iframe src="https://www.facer.io/watchface/Hbhfdn1EDW/embed?autorun=false" width="435" height="580" style="border:0;"></iframe>


Dynamic Embed (default)

The dynamic embed shows the watch face in all its glory, fully running when it loads. This version is the default, but you can explicitly specify it by adding this query parameter to the iframe URL: ?autorun=true

Example

<iframe src="https://www.facer.io/watchface/fXAIzwyvAh/embed?autorun=true" width="435" height="580" style="border:0;"></iframe>