2015-02-10 68 views
1

在我的网页我使用wistia iframe的视频,如何从wistia视频中删除社交图标栏?

HTML:

<div id="iframeContainer"><iframe src="//fast.wistia.net/embed/iframe/bqur1fvyag?videoFoam%5BmaxWidth%5D=420&videoFoam%5BminHeight%5D=234" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen width="" height=""></iframe> 

的Jquery:

<script src="//fast.wistia.net/assets/external/E-v1.js"></script> 

现在我需要隐藏的社会图标栏。我在谷歌搜索wistia视频。

我还在挣扎,谁能帮我解决这个问题?

在此先感谢。

+0

你需要检查wistia文档。你有什么尝试这一点?看起来你必须在他们的网站http://wistia.com/doc/embedding – 2015-02-10 05:23:34

+0

在你的自定义设置中配置它..没有脚本..它只显示这样的http://wistia.com/doc/customizing-your-video#social_bar ..我认为,必须在此代码中进行编辑//fast.wistia.net/assets/external/E-v1.js – rish 2015-02-10 05:25:14

+0

您不能。您不拥有该代码。您需要取消选中所有这些复选框。这超出了本网站提供的帮助范围。您应该联系wistia支持。 – 2015-02-10 05:27:10

回答

0

我创建了一个jsbin您的解决方案http://jsbin.com/coforebezo/1/edit?html,js,output

你必须使用嵌入脚本为您的视频隐藏社交图标。

如果你想更多的自定义视频,请参照本细则 http://wistia.com/doc/embed-options#socialbar_plugin

+0

你不能通过iframe来完成。它会抛出权限错误。如果你真的想自定义视频。它更好地使用嵌入代码http://wistia.com – PRAH 2015-02-10 05:39:55

+0

推荐你在这里http://jsfiddle.net/7ah9hk6d/ – PRAH 2015-02-10 05:42:58

+0

看到这个http://stackoverflow.com/questions/13758708/permission-denied-to-access -property-document你无法获得跨域的iframe内容 – PRAH 2015-02-10 05:49:29