FriendsOfFlarum / formatting

Customize TextFormatter with plugins through the admin interface
MIT License
22 stars 10 forks source link

Add Bilibili Video Support. #41

Open Lynricsy opened 7 months ago

Lynricsy commented 7 months ago

Feature Request

Add Bilibili Video Support.

Describe the solution you'd like

It's probably not that difficult.

When detect links like https://bilibili.com/video/BV1B7411m7LV or https://b23.tv/BV1B7411m7LV, transfer it to <iframe src=“//player.bilibili.com/player.html?bvid=BV1B7411m7LV” scrolling=“no” border=“0” frameborder=“no” framespacing=“0” allowfullscreen=“true”></iframe>.

Thanks for considering my suggestion.