如何在嵌入式Dailymotion上禁用/隐藏共享选项?
Blockquote
https://www.dailymotion.com/embed/video/x5hywa
答案 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>
答案 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>