Webinar v2

Size
2,868 Kb
Views
10,120

How do I make an webinar v2?

What is a webinar v2? How do you make a webinar v2? This script and codes were developed by Gyula Szathmary on 02 November 2022, Wednesday.

Webinar v2 Previews

Webinar v2 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Webinar v2</title> <link rel='stylesheet prefetch' href='http://s3.amazonaws.com/webteam.saxo/db/webinar-desktop.css'>
<link rel='stylesheet prefetch' href='http://www.saxobank.com/_layouts/15/IITWeb.SPSolutions.SaxoV5Branding/Styles/SBv5.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="box"> <div id="webinarlist"></div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Webinar v2 - Script Codes CSS Codes

.box {max-width:960px; margin: 0 auto;}

Webinar v2 - Script Codes JS Codes

 // var status = '57323195f95210f65e7af7d1'; // Prep var status = '5731f3f856d2c96e15992023'; // Upcoming // var status = '573336fd2d17b5f03e4c65da'; // Deadzone // var status = '5731f3fffef9f18e157b277d'; // Archive $(document).ready(function webinarFunc() { // Trello URLs var cardUrl = 'https://api.trello.com/1/boards/5731f3e71e167546b7aaea1a/cards?fields=name,idList,labels,desc,due&checklists=all&key=f280c6a68974feacfae932441d678518&token=0907913aacd447cc3911317f953c9de41806fba86bbb53f361f174ec91ed711d' var listData = []; var cardData = []; $.ajax({ url: cardUrl, async: false, dataType: 'json', success: function(json) { cardData = json; } }); var as = $(cardData).filter(function(i, n) { return n.idList === status }); for (var i = 0; i < as.length; i++) { var Title = as[i].name; var Category = as[i].labels[0].name; var Description = as[i].desc; var Date = as[i].due; var Author = as[i].checklists[0].checkItems[0].name; var Guest = as[i].checklists[0].checkItems[1].name; var VideoParam = as[i].checklists[0].checkItems[2].name; var Signup = as[i].checklists[0].checkItems[3].name; var Attachment; //Create the container for each webinar $('#webinarlist').append('<div id="' + 'webinar' + i + '" class="webinaritem">' + '</div>'); //Create the containers for img/video and text $('#webinar' + i).append('<div class="webinarvideo"></div>'); $('#webinar' + i).append('<div class="webinartext"></div>'); //Create the content within the elements for each webinar: if (!VideoParam) { $('#webinar' + i + ' .webinarvideo').append('<div class="video"><iframe src="https://saxobank.23video.com/3722518.ihtml/player.html?source=embed&amp;photo%5fid=' + VideoParam + '" frameborder="0" border="0" scrolling="no" allowfullscreen="1" mozallowfullscreen="1" webkitallowfullscreen="1"></iframe>'); } else { $('#webinar' + i + ' .webinarvideo').append('<img class="video" src="//s3.amazonaws.com/webteam.saxo/db/' + Category + '.png"/>'); }; $('#webinar' + i + ' .webinartext').append('<div class="date">' + Date + '</div>'); $('#webinar' + i + ' .webinartext').append('<div class="category">' + Category + '</div>'); $('#webinar' + i + ' .webinartext').append('<div class="title"><h3>' + Title + '</h3></div>'); $('#webinar' + i + ' .webinartext').append('<div class="description">' + Description + '</div>'); if (!Guest) { $('#webinar' + i + ' .webinartext').append('<div class="author"><b>Host: </b>' + Author + '<br /><b>Guest: </b>' + Guest + '</div>'); } else { $('#webinar' + i + ' .webinartext').append('<div class="author"><b>Host: </b>' + Author + '</div>'); }; $('#webinar' + i + ' .webinartext').append('<div class="signup"><a href="' + Signup + '" class="linkButtonArrow" target="_blank">Signup here</a></div>'); if (!Attachment) { $('#webinar' + i + ' .webinartext').append('<div class="webinarnotes"><a href="' + Attachment + '" class="linkButtonArrow" target="_blank">Download webinar notes</a></div>'); } //Clear the float left within each webinar block $('#webinar' + i).append('<div style="clear:both;"></div>'); } });
Webinar v2 - Script Codes
Webinar v2 - Script Codes
Home Page Home
Developer Gyula Szathmary
Username gyusza
Uploaded November 02, 2022
Rating 3
Size 2,868 Kb
Views 10,120
Do you need developer help for Webinar v2?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Gyula Szathmary (gyusza) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!