禁用Dailymotion共享选项

时间:2018-07-06 04:47:52

标签: html html5 http url

如何在嵌入式Dailymotion上禁用/隐藏共享选项?

  

Blockquote

https://www.dailymotion.com/embed/video/x5hywa

2 个答案:

答案 0 :(得分:0)

只需将视频放入iFrame,就可以了。没有覆盖。

<iframe src="https://www.dailymotion.com/embed/video/x5hywa" style="border:0px #ffffff none;" name="iFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen></iframe>

示例:http://jsfiddle.net/ysxf4qt3/

答案 1 :(得分:0)

您可以通过iframe中URL中的查询字符串将其禁用。

-> "sharing-enable=false"

例如:

<iframe frameborder="0" width="480" height="270"
src="//www.dailymotion.com/embed/video/x5hywa?sharing-enable=false"
allowfullscreen allow="autoplay"></iframe>