Skip to main content

iFrame Code

iFrame Code enables you to integrate the entire Time Clock Free web application into your own website.



iFrame Code permits the embedding of the entire Time Clock Free web application into your own website. Please replace "your-company-name" with the actual company name that you use to access the Time Clock Free 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.timeclockfree.com/app.html?page=company&companyname=your-company-name' 
allow='geolocation; camera'></iframe>
</body>
</html>