This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript" id="vidyard_embed_code_XXXXXXXXXXX" src="//play.vidyard.com/XXXXXXXXXXX.js?v=3.1&type=lightbox"></script> | |
<script type="text/javascript"> | |
window.onload = function() { | |
var a = document.getElementById("videoLink"); | |
a.onclick = function() { | |
fn_vidyard_XXXXXXXXXXX(); | |
/* Where XXXXXXXXXXX is the UUID of the player. If the UUID contains a '-' | |
(e.g. XXXXXX-XXXXX) replace it with a '$' in the function call |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
www.mycompany.com - Normal website appears | |
www.mycompany.com?playvideo=1 - Website appears, Vidyard player launched in lightbox | |
--> | |
<html> | |
<head> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
// Parsing the query string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
</head> | |
<body> | |
<!-- By default, the pop-out CTA is 300px wide. You might want to set the div width and height to allow for a border --> | |
<div style="width:260px; height:250px;"> | |
<!-- Sample HTML form. Can be replaced with a form from your favourite MAP (e.g. Hubspot, Silver Pop, etc.) --> | |
<form> | |
<table> | |
<tr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi {!Contact.FirstName},<br /><br /> | |
Thank you for your interest in Vidyard for Salesforce! We know you're excited to learn more. | |
Here's a video of Karl describing how Vidyard and Salesforce work together to bring viewer analytics into Salesforce CRM. | |
<br /><br /> | |
Looking forward to hearing your feedback!<br /><br /> | |
<div> | |
<a href="http://demos.vidyard.com/watch/2reLCXJVqQodqQYiAeHPgQ?vyemail={!Contact.Email}" target="_blank"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style type="text/css"> | |
#playerdiv { | |
width: 100%; | |
height: 100%; | |
position: relative; | |
max-width: 640px; | |
max-height: 360px; | |
display:block; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Refer to this article for more information: | |
http://knowledge.vidyard.com/Core_Features/Publish_your_players/011_Publish_your_player/014_Dynamically_resize_the_inline_player | |
--> | |
<html> | |
<head> | |
<style type="text/css"> | |
.innerContainer { | |
position: relative; | |
display: block; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head></head> | |
<body> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
<script type='text/javascript'> | |
window.onload=function() { | |
$("#video_container").html('<script type="text/javascript" id="vidyard_embed_code_oTDMPlUv--51Th455G5u7Q" src="//play.vidyard.com/oTDMPlUv--51Th455G5u7Q.js?v=3.1&type=inline"><\/script>'); | |
}; | |
</script> | |
<div id='video_container'> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | |
<script src="//play.vidyard.com/v0/api.js"></script> | |
</head> | |
<body> | |
<a href="" id="playvideo">Play video</a><br /><br /> | |
<script type="text/javascript" id="vidyard_embed_code_VTYj3v6rf7JsXhwYhJRZ4A" src="//play.vidyard.com/VTYj3v6rf7JsXhwYhJRZ4A.js?v=3.1&type=inline"></script> | |
<script type="text/javascript"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
</head> | |
<body> | |
<div class="tour_section" id="tour_section_1"> | |
<script type="text/javascript" id="vidyard_embed_code_88eO52vbto7om8vPVV6lZw" src="//play.vidyard.com/88eO52vbto7om8vPVV6lZw.js?v=3.1&type=inline"></script> | |
</div> | |
.<br /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="//play.vidyard.com/v0/api.js"></script> | |
</head> | |
<body> | |
<script type="text/javascript" id="vidyard_embed_code_hsEU_eBjTeQ1Wk1NxIF99w" src="//play.vidyard.com/hsEU_eBjTeQ1Wk1NxIF99w.js?v=3.1&type=inline"></script> | |
<script type="text/javascript"> | |
var video = new Vidyard.player("hsEU_eBjTeQ1Wk1NxIF99w"); | |
var paused = 0; | |
video.on("play", function() { |
OlderNewer