The plugins all did not work on my site suanfazu for days. Finally I found it’s because the chinse-share-link plugin is broken (by checking the chrome console output).
You could install the plugin manully:
./launcher ssh app
cd /var/www/discourse/plugins
git clone https://github.com/suanfazu/chinese-share-links
cd /var/www/discourse
RAILS_ENV=production su discourse -c 'bundle exec rake assets:precompile'
exit
./launcher restart app
(new to github fork, not know how to push this back to the origin source)
And I found there are lots of broken translations in Chinese versions. e.g.
on page http://suanfazu.com/t/svm-zhi-he-han-shu/386/1
there’s a broken translation “[zh_CN.undefined]”, which should be “Suggested Topics” in English.
Please fix it. Or let me know how to debug this issue and I will try to fix it.
By the way, what’s the tagging plugin meta.discourse.org is using? it looks good.