2025-2-26-fixed
This commit is contained in:
10
themes/fluid/layout/_partials/comments/livere.ejs
Normal file
10
themes/fluid/layout/_partials/comments/livere.ejs
Normal file
@ -0,0 +1,10 @@
|
||||
<% if (theme.livere.uid) { %>
|
||||
<div id="lv-container" data-id="city" data-uid="<%= theme.livere.uid %>">
|
||||
<script type="text/javascript">
|
||||
Fluid.utils.loadComments('#lv-container', function() {
|
||||
Fluid.utils.createScript('https://cdn-city.livere.com/js/embed.dist.js');
|
||||
});
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the comments</noscript>
|
||||
</div>
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user