Skip to content

suanfazu/chinese-share-links

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

chinese-share-links

Chinese share links is a plugin for Discourse to add share links for Weibo & Renren.

为 Discourse 添加分享到微博和人人的支持。

Installation / 安装

app.yml

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git

最后一行 - git clone https://github.com/discourse/docker_manager.git 后添加:

- git clone https://github.com/fantasticfears/chinese-share-links.git

Usage / 使用

Go to Site Settings's basic category, add services in the share_links.

进入站点设置的基本设置分类,在share_links中添加服务。

Changelog

Current version: 0.1.1

0.1.1: 增加了微信支持(弹出窗口)

About

Chinese share links is a plugin for Discourse to add share links for Weibo & Renren.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.8%
  • Ruby 10.2%