美文网首页
Markdown 多媒体

Markdown 多媒体

作者: YancyJiang | 来源:发表于2019-08-10 19:40 被阅读0次

    简书里目前还不支持多媒体的展示,需要体验的效果的话请移至:MaHua在线编辑器

    音乐

    使用网易云音乐上的歌曲可能有版权限制,这时候你可以试试第二种方式。
    格式如下:
    方法一,进入网易云音乐歌曲界面,点击光碟下方的生成外链播放器:

    <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=1371939273&auto=1&height=66"></iframe>
    

    方法二,到 http://www.333ttt.com/up/ 获得外链,嵌入音乐:

    <audio id="audio" controls="" preload="none">
    <source id="mp3" src="http://other.web.rh01.sycdn.kuwo.cn/cc30a70cc8f2b82b73a8aaeca84c38b7/5d4e9cf7/resource/n3/71/38/1259839516.mp3">
    </audio>
    

    视频

    格式如下:
    这里就以Bilibili弹幕网为例子,插入视频时只需要把一下链接的aid=xxx替换为你需要插入的视频编号av和?之间的数字即可
    下面是我上传的视频,

    <iframe src="//player.bilibili.com/player.html?aid=34820514&cid=61487124&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="600" height="300"> </iframe>
    

    地图

    点击进入百度地图API,按照页面提示步骤选定地图中心点和其他参数,选择生成代码并复制代码另存为.html文件,以下 src 源指向新生成的地图文件。
    格式如下:

    <iframe src="http://118.25.75.221/map2.html" width="600" height="300" frameborder="0" scrolling="no"></iframe>
    

    参考:
    网易云音乐插件使用:https://music.163.com/#/outchain/2/1371939273/
    百度地图API:http://api.map.baidu.com/lbsapi/creatmap/index.html

    相关文章

      网友评论

          本文标题:Markdown 多媒体

          本文链接:https://www.haomeiwen.com/subject/pltdjctx.html