社交链接
发布时间: 2022-03-07T19:12:08+08:00
在b站官方的分享链接复制的代码现在专为移动端设计了,在桌面端上非常小,通过使用旧版的分享链接播放器来解决这个问题
对比
代码如下
<iframe src="https://player.bilibili.com/player.html?bvid=这里替换为bv号&page=1" allowfullscreen="allowfullscreen" width="100%" height="500" scrolling="no" frameborder="0" sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts"></iframe>
用于复制:
<iframe src="https://player.bilibili.com/player.html?bvid=这里替换为bv号&page=1" allowfullscreen="allowfullscreen" width="100%" height="500" scrolling="no" frameborder="0" sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts"></iframe>
例子: