Skip to content

Commit

Permalink
Setup OLSKLatest
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Dec 19, 2023
1 parent 661ee48 commit 835c298
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions os-app/open-vitrine/ui-view.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ locals.OLSKPageAssets = [
ZDAVitrineEventsListData: ZDAEvents(),
}) %>

<script src="https://olsk.rosano.ca/OLSKLatest/master/main.js"></script>
<div class="ZDAVitrineLatest"></div>
<script type="text/javascript">
OLSKLatest.load({
parent: document.querySelector('.ZDAVitrineLatest'),
feed: 'https://utopia.rosano.ca/0data/feed',
limit: 5,
});
</script>

<h1 class="ZDAVitrineGroupDiscussionHeading"><%= OLSKLocalized('ZDAVitrineGroupDiscussionHeadingText') %></h1>
<iframe class="ZDAVitrineGroupDiscussionVideo" src="<%= process.env.ZDA_VITRINE_GROUP_DISCUSSION_VIDEO_URL %>" allowfullscreen></iframe>

Expand Down

0 comments on commit 835c298

Please sign in to comment.