javascript to embed comments from discourse forum

The comment system can be changed to embed topics from the Discourse
forum software: http://discourse.org/

More details: https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963
This commit is contained in:
Robert Riemann
2016-06-03 00:30:32 +02:00
parent 9b833feb7d
commit f6f7d0cd97
3 changed files with 18 additions and 1 deletions
_config.yml
_includes/comments-providers

@ -3,6 +3,8 @@
{% case site.comments.provider %}
{% when "disqus" %}
{% include /comments-providers/disqus.html %}
{% when "discourse" %}
{% include /comments-providers/discourse.html %}
{% when "facebook" %}
{% include /comments-providers/facebook.html %}
{% when "google-plus" %}