- πΊπΈUnited States thao.nguyen
I was working with the 2.0 branch and create a patch for that based on #11 https://www.drupal.org/project/video_embed_vidyard/issues/3444212 π Update Vidyard embed code (v4) Needs review
Thank you zaporylie!
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.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I was working with the 2.0 branch and create a patch for that based on #11
https://www.drupal.org/project/video_embed_vidyard/issues/3444212
π
Update Vidyard embed code (v4)
Needs review
Thank you zaporylie!