Ricerche recenti


Nessuna ricerca recente

Matt Gillette's Avatar

Matt Gillette

Data ingresso 28 mag 2021

·

Ultima attività 27 ott 2021

Seguiti

0

Follower

0

Attività totali

2

Voti

0

Abbonamento

1

PANORAMICA ATTIVITÀ

Ultima attività di Matt Gillette

Matt Gillette ha commentato,

Commento nella community Discussion - Tips and best practices from the community

Thank you! This was very helpful as we a restriction on using YouTube videos as well. I had to adapt this to use with V1 of ZenDesk.  If there's a better way to do the following, let me know.

Head into the Settings -> Extensions 

Make or edit a global CSS widget and added the following to the top:

    @import url('//vjs.zencdn.net/4.2/video-js.css');

Make or edit a global JS widget and added the following:

    var js = document.createElement("script");
    js.setAttribute("type", "text/javascript");
    js.setAttribute("src", "//vjs.zencdn.net/4.2/video.js");
    document.getElementsByTagName("head")[0].appendChild(js);

Update the URL to get the version you want.

Thanks again!

Visualizza commento · Data ultimo post: 07 nov 2013 · Matt Gillette

0

Follower

0

Voti

0

Commenti