为ghost博客添加微博、微信分享按钮和点赞表情

iNote-为ghost博客添加微博、微信分享按钮和点赞表情

Ghost自带主题casper 只有facebook和Twitter分享按钮,国内的百度分享等分享工具也已经挂掉了。想为ghost博客添加微信微博分享有没有好的办法?

Google 到了两个尚且存活的分享工具网站SharethisAddthis,Sharethis简洁易用与casper主题比较搭,而且支持中文,遂用之。

  1. 注册账后后,把获取的sharethis.js插入后台Code injection/Blog Header

    <script src="//platform-api.sharethis.com/js/sharethis.js#property=5c342c220b140019dba9e&product=inline-share-buttons"></script>
    
  2. 自定义分享样式后,把下列代码插入post.hbs 合适位置

    <div class="sharethis-inline-share-buttons"></div>
    
  3. 自定义表情反馈样式后,把下列代码插入post.hbs 合适位置

    <div class="sharethis-inline-reaction-buttons"></div>
    
  4. 重启Ghost,查看效果。

发表于2019-01-08, 更新于2024-07-24