我可以在博客中嵌入除youtube之外的视频吗?例如,我可以嵌入mp4upload视频或你的上传视频吗?
<iframe src="http://www.yourupload.com/embed/f0PN56si4NJy" width="640" height="360" allowfullscreen><iframe>
我使用了这个嵌入代码,但我无法在blogspot中播放它。
答案 0 :(得分:0)
Blogger仅允许<iframe>
来源的 https 链接。
这个<iframe>
应该做你想做的事情(我测试了这个):
<iframe src="https://www.yourupload.com/embed/f0PN56si4NJy" width="640" height="360" allowfullscreen></iframe>
实时测试here。
答案 1 :(得分:0)
我使用了这个iframe,并正在为我制作一个html / javascript小部件
<iframe src="http://www.yourupload.com/embed/f0PN56si4NJy" allowfullscreen="true" style="border: 0" /></iframe>