Skip to content
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

Livere Comment System(City Edition) is needed. #196

Open
mike-brown8 opened this issue May 28, 2022 · 0 comments
Open

Livere Comment System(City Edition) is needed. #196

mike-brown8 opened this issue May 28, 2022 · 0 comments

Comments

@mike-brown8
Copy link

Hope to add Livere Comment System - City Edition.

Just need to add the following code below into correct place: (The UID field in the code needs to be filled, you may add an item in the configure file).

<!-- LiveRe City install code -->
<div id="lv-container" data-id="city" data-uid="<Place the user id here>">
<script type="text/javascript">
   (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');
</script>
<noscript>Please activate JavaScript for write a comment in LiveRe</noscript>
</div>
<!-- completed City install code -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants