Skip to content

TaQini/docsify-livere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docsify-livere

LiveRe comment system for docsify.

Chinese docs: 中文文档

LiveRe is an awesome comment system.

Feature of LiveRe

  • Social Log-in
  • Real time notification
  • Comment quote
  • Various statistic analysis
  • Visitor search
  • Keyword/ content search

Demo

You can see the demo of docsify-livere here

The demo site has also installed another plugins docsify-twemoji

Install

Get your data-uid

If you've not have a livere account yet, click here to register.

You can got your data-uid in Code Managing page as following figure:

Configure index.html

Please include the following js code in the appropriate location on the index.html

  window.$docsify = {
      plugins: [
        function (hook, vm) {
          // load livere
          hook.beforeEach(function(content) {
              var comment = "<div id='lv-container' data-id='city' data-uid='please_change_it'></div>\n\n----\n"
              return content + comment;
          });

          hook.doneEach(function() {
             (function(d, s) {
                 var j, e = d.getElementsByTagName(s)[0];
                 if (typeof LivereTower === 'function') { return; }
                 j = d.createElement(s);
                 j.src = 'https://cdn-city.livere.com/js/embed.dist.js';
                 j.async = true;
                 e.parentNode.insertBefore(j, e);
             })(document, 'script');
          });
        },
      ]
  }

And please replace please_change_it with your data-uid.

About

LiveRe comment system for docsify.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy