手机端浏览器不显示网易云嵌入,要改为QQ嵌入播放器,直接替换音乐ID即可。

<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=320 height=65 src="https://i.y.qq.com/n2/m/outchain/player/index.html?songid=127570280&songtype=0"></iframe>

typecho插入音视频代码


<audio controls preload="metadata" controlsList="nodownload" style="width: 100%; max-width: 500px;">
  <source src="https://s3.hi168.com/hi168-31594-1608plyt/music/XXX.mp3" type="audio/mpeg">  您的浏览器不支持 audio 元素。
</audio>
<video src="https://s3.hi168.com/hi168-31594-1608plyt/video/afgyzmb.mp4" width="100%" controls controlslist="nodownload"></video>