Skip to content

Third-party website calls/embeds bilibili video iframe page code

Original link: https://www.itylq.com/bilibili-iframe.html

Release date: 2022-10-23 Migration time: 2026-03-21

The latest embedding code of station b/general code for Bilibili video iframe embedding format.

Style 1:

<div style="position: relative; padding: 30% 45%;">
<iframe src="//player.bilibili.com/player.html?aid=100456428&cid=171311599&page=1&as_wide=1&high_quality=1&danmaku=" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"> </iframe>
</div>

Style 2:

<iframe src="https://here is based on the embed code given below the bilibili video. &as_wide=1&high_quality=1&danmaku=0" allowfullscreen="allowfullscreen" width="80%" height="600px" scrolling="no" frameborder="0" ></iframe>

This article was moved from WordPress to MkDocs