Update Vidyard embed code (v4)

Created on 16 May 2019, about 5 years ago
Updated 29 April 2024, 2 months ago

Hi Eric,

We're in process of having Vidyard part of our websites. And it seems your contrib module will simplify our integration, so thank you! :)

As I am going through Vidyard documentation, I noticed they have updated their embed code markup. Not sure how recent that change is, but some of their documentation is still has references to older versions.

However, this the most recent markup I could find on Vidyard:

<!-- The script tag should live in the head of your page if at all possible -->
<script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script>
<!-- Put this wherever you would like your player to appear -->
<img
  style="width: 100%; margin: auto; display: block;"
  class="vidyard-player-embed"
  src="https://play.vidyard.com/VIDEO_ID.jpg"
  data-uuid="VIDEO_ID"
  data-v="4"
  data-type="inline"
/>

With the new version, they also seem to support responsive embed by default, which is perfect.

I created a patch to reflect those changes. Let me know what you think of it.

πŸ“Œ Task
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States osman San Francisco, CA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024