You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gitalk is a modern comment component based on Github Issue and Preact.
5
+
Gitalk is a modern comment component based on GitHub Issue and Preact.
6
6
7
7
## Features
8
8
@@ -45,17 +45,17 @@ import Gitalk from 'gitalk'
45
45
46
46
## Usage
47
47
48
-
A **Github Application** is needed for authorization, if you don't have one, [Click here to register](https://github.com/settings/applications/new) a new one.
48
+
A **GitHub Application** is needed for authorization, if you don't have one, [Click here to register](https://github.com/settings/applications/new) a new one.
49
49
50
50
**Note:** You must specify the website domain url in the `Authorization callback URL` field.
51
51
52
52
```js
53
53
constgitalk=newGitalk({
54
-
clientID:'Github Application Client ID',
55
-
clientSecret:'Github Application Client Secret',
56
-
repo:'Github repo',
57
-
owner:'Github repo owner',
58
-
admin: ['Github repo owner and collaborators, only these guys can initialize github issues'],
54
+
clientID:'GitHub Application Client ID',
55
+
clientSecret:'GitHub Application Client Secret',
56
+
repo:'GitHub repo',
57
+
owner:'GitHub repo owner',
58
+
admin: ['GitHub repo owner and collaborators, only these guys can initialize github issues'],
59
59
id:location.pathname, // Ensure uniqueness and length less than 50
0 commit comments