-
-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Labels
Description
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 -->