chaooo / hexo-theme-BlueLake

A simple theme for Hexo with great performance on different devices .
MIT License
329 stars 121 forks source link

网易云跟贴集成不成功 #17

Closed idersan closed 7 years ago

idersan commented 7 years ago

网易云跟贴集成不成功

chaooo commented 7 years ago

能说一下具体表现吗?我这边测试是可以的。

idersan commented 7 years ago

在 themes\BlueLake_config.yml 中添加了网易云跟贴的 productKey 如下 cloudTie: c4cd25e250584e1fxxxxxxxxx ## 网易云跟帖(productKey) 其它任何地方没修改。运行起来的时候不显示。

idersan commented 7 years ago

我看到 themes\BlueLake\layout_partial\comments.jade 中网易云跟帖注释了,这个有影响吗?@chaooo

if theme.comment.cloudTie
   #cloud-tie-wrapper.cloud-tie-wrapper
chaooo commented 7 years ago

必须要在线上才可以哦,云跟帖本地不行的,#cloud-tie-wrapper.cloud-tie-wrapper是jade语法并不是注释,他相当于HTML的<div id="cloud-tie-wrapper" class="cloud-tie-wrapper"></div>,评论就加载在这个标签内。