NOTE: The organization's ID is on the URL of the Organization Info page.
Add a code using the Streaming Video page element to stream live or display a highlight on the organization's website.
Highlights Widget Code
To add all the organization's approved highlights, copy the code below and replace ######################## with the org ID.
<iframe
title="Sport Engine Play Embeded Video"
src="https://studio.sportsengineplay.com/stream-list-widget?
video=true&organizationId=########################"
width="800"
allow="autoplay;
encrypted-media;
picture-in-picture"
allowfullscreen
height="655"
frameborder="0">
</iframe>
To add a team's approved highlights, copy the code below and replace ###### with the team code.
<iframe
title="Rapid Replay Highlight Player"
src="https://highlights-player.rapidreplay.co/highlights?teamCode=######"
allowFullScreen
height="600px"
width="100%"
style="border: none; overflow: hidden;"
/>
Livestream Widget Code
To add the Streaming Video page element, copy the code below and replace ADD LINK with the Streaming link.
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="main.css">
</head>
<body>
<iframe title='Rapid Replay Video Player' src='ADD LINK' width='100%' height='100%' frameborder='0' allowfullscreen='allowfullscreen'></iframe>
</body>
</html>