diff options
author | Arthur <arthur@hoa.ro> | 2016-10-18 08:14:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-18 08:14:09 +0200 |
commit | c1c21028503f2c05206481b2b0cb7ac8d6c16a71 (patch) | |
tree | be74b08810c6160ab0e85863febd9605201b7ad9 /plugins/isso/isso.html | |
parent | 8406a4b670957b7d0450f6ea5e4f2e61c7114e8f (diff) | |
parent | bf26e7ebcb5ee69523b93a5ec7b7a65b39acb916 (diff) | |
download | Shaarli-c1c21028503f2c05206481b2b0cb7ac8d6c16a71.tar.gz Shaarli-c1c21028503f2c05206481b2b0cb7ac8d6c16a71.tar.zst Shaarli-c1c21028503f2c05206481b2b0cb7ac8d6c16a71.zip |
Merge pull request #651 from ArthurHoaro/plugin-isso2
Isso comments plugin
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> | ||