Skip to main content
Add a Clock to the Today Page
Aya Dijkwel avatar
Written by Aya Dijkwel
Updated over 3 years ago

In this tutorial, we will be embedding a clock into an update!

To do so, we need to embed an iframe into the code.

  • start by creating a new update (make sure it is pinned βœ…)

  • select the More Rich icon

  • select the Insert Video icon

  • select the Embedded Code option

  • paste in the code

  • Insert and SAVE!

The most difficult part of this process is finding a clock you like. I found several fun clocks by googling "iframe embed clock" or "clock to embed in iframe" or something like that.

Clock House:

copy and paste this code into the text field:

<iframe src='https://www.embed.com/app/clock/cuckoo.html' style='width: 500px; height: 500px;' scrolling='no' frameBorder='0'></iframe>

Cat Clock

copy and paste this code into the text field:

<iframe src='https://www.embed.com/app/clock/cat.html' style='width: 500px; height: 500px;' scrolling='no' frameBorder='0'></iframe>

Date & Time

copy and paste this code into the text field:

<iframe scrolling="no" frameborder="no" clocktype="html5" style="overflow:hidden;border:0;margin:0;padding:0;width:450px;height:210px;"src="https://www.clocklink.com/html5embed.php?clock=048&timezone=GMT-0400&color=blue&size=450&Title=&Message=&Target=&From=2020,1,1,0,0,0&Color=blue"></iframe>

Week in View

copy and paste this code into the text field:

<iframe scrolling="no" frameborder="no" clocktype="html5" style="overflow:hidden;border:0;margin:0;padding:0;width:256px;height:174px;"src="https://www.clocklink.com/html5embed.php?clock=046&timezone=GMT-0400&color=blue&size=256&Title=&Message=&Target=&From=2020,1,1,0,0,0&Color=blue"></iframe>

Countdown Timer

copy and paste this code into the text field:

<iframe scrolling="no" frameborder="no" clocktype="html5" style="overflow:hidden;border:0;margin:0;padding:0;width:400px;height:80px;"src="https://www.clocklink.com/html5embed.php?clock=045&timezone=GMT-0400&color=black&size=400&Title=&Message=&Target=2021,04,20,0,0,0&From=2020,1,1,0,0,0&Color=black"></iframe>

Did this answer your question?