-
Notifications
You must be signed in to change notification settings - Fork 96
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
Added comment system plugin mastodoncomments #433
Conversation
Ready for another round. |
v8/mastodoncomments/templates/jinja/comments_helper_mastodoncomments.tmpl
Outdated
Show resolved
Hide resolved
Changes done, please review. I overhauled the commands for installation a little bit, that's why there are several commits. |
@@ -0,0 +1,38 @@ | |||
# -*- coding: utf-8 -*- | |||
|
|||
# Copyright (c) 2021 Pieter David |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably want your name here :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, everybody should know who to blame. :-D
const MASTODON_ACCOUNT_ID = '109270094542366763' | ||
const MASTODON_HOST = 'nerdculture.de' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be hardcoded here? Where are those .sd.css
and .sd.js
files used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They aren't (anymore). They were the results of my first try using the method by sd.ai (mentioned somewhere as inspiration) but it wasn't indented on responses so I tried Carl Schwan's method. They are more similar than distinct as I learned during integration but hindsight is 20/20. I removed them. Maybe in the future I take another look because I like the automatic loading. I recognize that there are valid use-cases to not load the comments immediately so maybe that should be an option.
We are getting closer to an end. Please review. 😄 |
Thanks for contributing! |
Thanks for all your advice. It was a pleasure. |
No description provided.