使用此插件请fork本项目,并修改 assets/javascripts/share_links.js
文件中的码农圈
为您的站点名字。
A Easy plugin to add Chinese share buttons in Discourse.
We can add share buttons like Weibo, Wechat, Renren.
修改你的 /var/discourse/containers/app.yml
文件. 默认的 app.yml
有一个 hooks
属性,如下:
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/wuchong/discourse-chinese-share.git
将上面的wuchong
改成你的用户名,也就是说,此处添加的是你fork后的git地址。
重建 Discourse:/var/discourse/launcher rebuild app
进入管理员页面 -> 设置 -> 基本设置 -> 找到share links
配置项,加入你想添加的分享按钮,如weibo
,wechat
,renren
。
Chinese share links is a plugin for Discourse to add share links for Weibo & Renren.
为 Discourse 添加分享到微博和人人的支持。
在 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
Go to Site Settings's basic category, add services in the share_links.
进入站点设置的基本设置分类,在share_links中添加服务。
Current version: 0.1.1
0.1.1: 增加了微信支持(弹出窗口)