Embed didt show on export
i create embed on page, it can show correct on publish mode(subdomain), but i export to html, its no show correct
0
-
Hello Johny,
Natalia here, Thank you for your message.
In the index.html file the embed code has this line - src="//player.bilibili.com/player.html?aid=540329150&bvid=BV13i4y1t7rc&cid=180687588&page=1 - https://jmp.sh/ovxEIkL
In this case, the browser is trying to load a static file "scr="// and it can not find it.
You need to correct this link as follow:
src="https://player.bilibili.com/player.html?aid=540329150&bvid=BV13i4y1t7rc&cid=180687588&page=1" (add the entire URL) - https://jmp.sh/4GrWQLM so it will displayed correctly as it is loaded directly from the source.If you have any other questions, please, let me know.Thank you,Regards, Natalia0 -
Thx, its work, but i hope it will export correctly in the future, no need to edit by manual
0
Please sign in to leave a comment.
Comments
2 comments