-
Notifications
You must be signed in to change notification settings - Fork 581
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
[feature request] Add an option to not show comment form, only link to issue with comments #355
Comments
I could be wrong, but I think the problem is with opening new issues if no-one has commented before. In order to do so, a token (requested by utterances-oauth from GitHub) is required for authentication by design, and such token is only set when you login and authorise the GitHub App. |
@WeixuanZ |
I also didn't want to force my reader to authorize an app to post everywhere using their own account. As a workaround, on my blog I added text below the comment form |
Is it possible to get the link to the issue in Javascript, so I can put some boilerplate text like @szpak's version on my page automatically? Another idea would be to leave a default first comment on every post with a message like this. This would also have the advantage of creating the comments page, which otherwise wouldn't be done until the first person comments. Any idea how hard it would be to do that automatically? |
I would also love to put a link to the issue (if it exists). |
I don't want to force my users to authorize some application on their account. Just providing the link to the issue with comments would be enough.
Could you please add an option to hide the comment form? And may be show "Add comment" link to the issue instead.
The text was updated successfully, but these errors were encountered: