Skip to main content

iFrame Code

iFrame Code allow you to embed the whole Open Time Clock web app into your own website.



iFrame Code allow you to embed the whole Open Time Clock web app into your own website. Please change the "your-company-name" to your own company name that you use to access the Open Time Clock system.

<!DOCTYPE html>
<html>
<head>
<title>Time Clock Attendance Hours Tracking</title>
</head>
<body>
<style>
#my-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
</style>
<iframe id='my-iframe' 
src='https://www.opentimeclock.com/app.html?page=company&companyname=your-company-name' 
allow='geolocation; camera'></iframe>
</body>
</html>