Some text

<script type="text/javascript" id="vidyard_embed_code_eW1df3V6dqQTkygC3uzEyS" src="//play.vidyard.com/eW1df3V6dqQTkygC3uzEyS.js?v=3.1&type=lightbox"></script>
        <script type="text/javascript">
            window.onload = function() {
                    var a = document.getElementById("videoLink");
                    a.onclick = function() {
                        fn_vidyard_eW1df3V6dqQTkygC3uzEyS();
                        /* Where eW1df3V6dqQTkygC3uzEyS is the UUID of the player. If the UUID contains a '-' 
                        (e.g. XXXXXX-XXXXX) replace it with a '$' in the function call 
                        (e.g. fn_vidyard_XXXXXX$XXXXX();) */
                        return false;
                    }
                }
            </script>
            <a id="videoLink" href="">Click here to launch the player in a lightbox!</a>

        <!-- This will also work but is considered bad form -->
        <!--
        <a onclick="fn_vidyard_eW1df3V6dqQTkygC3uzEyS();" href="javascript:void(0);">Launch the player!</a>
        -->