Skip to content

Commit

Permalink
moved stream to twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
hebbianloop committed Feb 28, 2023
1 parent 54f67f4 commit 9e8a5b6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion 2023/livestream.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,14 @@ <h1 class="livestream-header">Livestream</h1>
</div>
<div class="section">
<div class="frame">
<div style="padding-top:56.17021276595745%" class="w-embed-youtubevideo"><iframe src="https://www.youtube-nocookie.com/embed/I1HQkKlRXjs?rel=0&amp;controls=1&amp;autoplay=0&amp;mute=0&amp;start=0" frameborder="0" style="position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:auto" allow="autoplay; encrypted-media" allowfullscreen="" title="DeSci Denver"></iframe></div>
<a href="https://player.twitch.tv/?channel=ethereumdenver2&parent=www.denver.desci.community" class="navigation-item w-nav-link"> Embed not working? Click to catch the livestream at this link.</a>
</div>
<div class="frame">
<!-- <div style="padding-top:56.17021276595745%" class="w-embed-youtubevideo">
<iframe src="https://www.youtube-nocookie.com/embed/I1HQkKlRXjs?rel=0&amp;controls=1&amp;autoplay=0&amp;mute=0&amp;start=0" frameborder="0" style="position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:auto" allow="autoplay; encrypted-media" allowfullscreen="" title="DeSci Denver"></iframe></div -->

<iframe src="https://player.twitch.tv/?channel=ethereumdenver2&parent=www.denver.desci.community" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>

</div>
</div>
<div class="section">
Expand Down Expand Up @@ -211,6 +218,19 @@ <h1 class="livestream-header">Livestream</h1>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=63e263b588eb9d74188d3594" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="../js/webflow.js" type="text/javascript"></script>
<script src= "https://player.twitch.tv/js/embed/v1.js"></script>
<div id="<player div ID>"></div>
<div id="twitch-embed"></div>

<!-- Load the Twitch embed script -->
<script src="https://player.twitch.tv/js/embed/v1.js"></script>

<!-- Create a Twitch.Player object. This will render within the placeholder div -->
<script type="text/javascript">
new Twitch.Player("twitch-embed", {
channel: "ethereumdenver2"
});
</script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>

1 comment on commit 9e8a5b6

@vercel
Copy link

@vercel vercel bot commented on 9e8a5b6 Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.