Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: pluggable comments #152

Open
kurt-o-sys opened this issue Jun 26, 2017 · 1 comment
Open

FR: pluggable comments #152

kurt-o-sys opened this issue Jun 26, 2017 · 1 comment

Comments

@kurt-o-sys
Copy link

cryogen supports disquss comments - really nice.
Having a choice of which 'discussion platform' to use, would be nicer: disqus, FB comments, LiveFyre, ... .
A first quick idea is to change the config and remove all 'disqus-*' keys. I guess it would be more something like:

  :comments yes, 
  :comments-fn "disqus.js"

Well, it would need some more logic, but it wouldn't be too much of a hassle to point people where to change some placeholders in the js-function. Or the comments-fn needs to be something different (e.g., pointing to a file and a map of placeholders to replace in that file?). Cryogen could come with a few predefined discussion platforms, but people could add any other one if they like so.

@holyjak
Copy link
Contributor

holyjak commented Oct 5, 2021

Since you control all of the HTML and can add custom keys to the config file, I guess you could simple make your own integration for whatever platform you want?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants