use*_*206 0 html iframe dropbox tumblr
这是我目前的网站:http://acrossuhubsubmissions.tumblr.com/.如您所见,我正在使用iFrame将Dropbox的一部分嵌入我的tumblr网站.Dropbox页面是一个公共共享页面.我用来显示Dropbox的html代码:
<left>
<iframe src ="https://www.dropbox.com/sh/d9ulw65twvxrrhi/AACHsXLlXUSan4Zx4hGC8BDja?lst" width="777px" height="777px" scrolling="yes" >
<p>Your browser does not support iframes.</p>
</iframe></left>
Run Code Online (Sandbox Code Playgroud)
我在Google speadsheet网页上使用了完全相同的代码,而这似乎显示出来了.有谁知道为什么Dropbox网页没有显示在我的tumblr页面上?
小智 5
我能够嵌入像这样的Dropbox视频; 首先,创建一个到视频的共享链接,然后通过将末尾的?dl = 0更改为?raw = 1然后使用此代码来修改链接...
<iframe width="800" height="450"
src="https://www.dropbox.com/s/nwg6px2i8si18w9/Oh%20Deer%21.mp4?raw=1
&autoplay=1" frameborder="0" allowfullscreen></iframe>
Run Code Online (Sandbox Code Playgroud)
不推荐用于高带宽用途,因为您可能会被禁止使用Dropbox(请阅读此https://www.dropbox.com/help/security/banned-links.)