It’s important to keep your team updated and educated! We can help! If you have TVs in your break room that can play YouTube videos, we’ve made a playlist containing all of our videos. We have information about endpoint protection, all modules of Epicor/Kinetic, cybersecurity, SQL management and backups, SSRS report writing, and more!
If you need a page to put on the TV that goes through the videos, you can use the code below and save it as EverythingCodaBears.html and put that on your TV as the startup page. Check out our YouTube Channel for more videos!
Sample code for web page playing videos
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CodaBears YouTube Channel</title>
</head>
<body>
<iframe style="position: absolute; border: none; width: 100%; height: 100%" src="https://www.youtube.com/embed/videoseries?list=PLSS9ynYXE8QkzxCMtp-59Bxl4eqJ6_Dh0&autoplay=1&loop=1&fs=1" frameborder="0" allow="autoplay; allowfullscreen; encrypted-media" allowfullscreen=allowfullscreen></iframe>
</body>
</html>