Hexo添加评论及打赏功能

添加友言评论功能

  1. 注册友言

    打开友言官网,单击“注册”按钮后注册

  2. 获取uid

    单击“后台管理”获取ID

  1. 配置友言

    编辑主题配置文件,插入uid

    1
    2
    3
    # Support for youyan comments system.
    # You can get your uid from http://www.uyan.cc
    # youyan_uid: your uid

    编辑站点配置文件,添加以下内容

    1
    2
    3
    # Support for youyan comments system.
    # You can get your uid from http://www.uyan.cc
    youyan_uid: xxxxx

添加打赏功能

  1. 获取微信收款二维码及支付宝收款二维码

    请自行百度吧

  2. 将二维码图片放到主题根目录/source/images/文件夹

    尽量使用英文

  3. 开启打赏功能

    找到主题配置文件,在其最后添加打赏的配置信息

    1
    2
    3
    4
    5
    # Reward
    #reward_comment: Donate comment here
    #wechatpay: /images/wechatpay.jpg
    #alipay: /images/alipay.jpg
    #bitcoin: /images/bitcoin.png

    去掉微信支付及阿里支付前的注释符号,并将后面的图片换成自己的图片名

    1
    2
    3
    reward_comment: 打赏请看这儿
    wechatpay: /images/weixinsoukuan_20170910223421.jpg
    alipay: /images/zhifubaoshoukuan_20170910223530.jpg

谢谢观看!

shauew wechat
欢迎您扫一扫上面的二维码,订阅我的微信公众号!
打赏请点这儿!