diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-10-03 09:43:49 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-10-17 09:23:14 +0200 |
commit | bf26e7ebcb5ee69523b93a5ec7b7a65b39acb916 (patch) | |
tree | a5a8c57150576404597f2e45877f10c9ea05e59a /plugins/isso/isso.html | |
parent | 06eec9bf764662cd328627247a1f43e4abd3c5ad (diff) | |
download | Shaarli-bf26e7ebcb5ee69523b93a5ec7b7a65b39acb916.tar.gz Shaarli-bf26e7ebcb5ee69523b93a5ec7b7a65b39acb916.tar.zst Shaarli-bf26e7ebcb5ee69523b93a5ec7b7a65b39acb916.zip |
Isso comments plugin
Use Isso client to let visitors comments on permalinks
Diffstat (limited to 'plugins/isso/isso.html')
-rw-r--r-- | plugins/isso/isso.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/isso/isso.html b/plugins/isso/isso.html new file mode 100644 index 00000000..babab9b8 --- /dev/null +++ b/plugins/isso/isso.html | |||
@@ -0,0 +1,14 @@ | |||
1 | <script data-isso="//%s" | ||
2 | data-isso-css="true" | ||
3 | data-isso-lang="en" | ||
4 | data-isso-reply-to-self="true" | ||
5 | data-isso-max-comments-top="20" | ||
6 | data-isso-max-comments-nested="5" | ||
7 | data-isso-reveal-on-click="5" | ||
8 | data-isso-avatar="true" | ||
9 | data-isso-avatar-bg="#f0f0f0" | ||
10 | data-isso-avatar-fg="#9abf88 #5698c4 #e279a3 #9163b6 ..." | ||
11 | data-isso-vote="true" | ||
12 | src="//%s/js/embed.min.js"> | ||
13 | </script> | ||
14 | <section id="isso-thread" data-isso-id="%s" data-title="%s"></section> | ||