最近搜索


没有最近搜索

Matt Gillette's Avatar

Matt Gillette

已加入2021年5月28日

·

最后活动2021年10月27日

关注

0

关注者

0

活动总数

2

投票

0

订阅

1

活动概览

的最新活动 Matt Gillette

Matt Gillette 进行了评论,

社区评论 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!

查看评论 · 已于 2013年11月07日 发布 · Matt Gillette

0

关注者

0

投票

0

评论