如何在Notion中嵌入网易云音乐
如何在Notion中嵌入网易云音乐

如何在Notion中嵌入网易云音乐

标签
学习教程
地址
状态
Created time
Mar 27, 2022 03:13 PM
渠道
Notion
优先级
🌕🌕🌕
备注
描述
输出:苏苏
时间:

效果如上↑

教程如下:

1、打开网页端「网易云音乐」
2、找到你喜欢的单曲/专辑
1)嵌入song(歌曲)
  • 点击进入单曲——>点击「生成外链播放器」
    • notion image
  • 复制HTML代码
    • notion image
      <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=1294066180&auto=1&height=66"></iframe>
  • 对上述代码进行改写
    • 模板
      • https://simple-notion-widgets.vercel.app/music-player/?server=netease&type=song&id= &list-folded
    • 复制上述单曲的id ,即1294066180并完善代码
      • https://simple-notion-widgets.vercel.app/music-player/?server=netease&type=song&id=1294066180&list-folded
  • 嵌入歌曲
    • /embed ——>输入上述代码即可
2)其他内容如歌单(Playlist)、album、search、artist也是一样的道理

选项

option
default
description
server
require
音乐平台 neteasetencent
type
require
类型 songplaylistalbumsearchartist
id
require
song id playlist id album id search keyword artist
dark
false
黑暗模式,加上 dark 就会生效,不用 dark=true
theme
#2980b9
主色调,不包括背景色
loop
all
循环模式 all, one, none
order
list
播放顺序 list, random
preload
auto
预加载 none, metadata, auto
volume
0.7
默认音量,如果手动修改了音量,则该设置无效
list-folded
false
列表默认折叠
list-max-height
340px
列表最大高度
storage-name
metingjs
存储播放器设置的 localStorage key
🔗
加粗的部分作为 id,对应前面的 type