hugo-theme-zzo/layouts/partials/comments/livere.html

16 lines
548 B
HTML
Raw Normal View History

2019-12-11 02:18:44 +00:00
<div id="lv-container" data-id="city" data-uid="{{ .Site.Params.livere.livereUID }}">
<script>
(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 enable JavaScript to view the comments powered by <a href="https://livere.com/">LiveRe.</a></noscript>
</div>