For TeamSideline Premium customers, iFrame technology can be incorporated for the Schedule page and any public Standings page. See attached files for examples.
Here are the steps you need to setup your site:
- Turn off the Banner Rotator if you are using one at Content > Configurations > Site Images.
- Copy the public URL and add "?iframe=true" to the end.
- Example code:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body style="background-color: gray;">
<h1>Test Iframe page</h1>
<h2>This is an example how iframes work</h2>
<iframe src="https://www.teamsideline.com/sites/cyojwa/home?iframe=true" width="800" height="800" scrolling="auto" frameborder="0" ></iframe>
</body>
</html>