You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
881 B
22 lines
881 B
<div id="hypercomments_widget"></div>
|
|
<script type="text/javascript">
|
|
_hcwp = window._hcwp || [];
|
|
_hcwp.push({widget:"Stream",
|
|
widget_id: 83195,
|
|
auth_url: "{{ DOMAIN }}/?auth=True",
|
|
quote_disable: 1,
|
|
auth_logo: "{{ DOMAIN }}/static/img/mini_logo.png",
|
|
default_avatar: "{{ DOMAIN }}/static/img/mini_logo.png",
|
|
css: '{{ DOMAIN }}/static/css/hupercomment.css',
|
|
auth: '{{ COMMENT_USER_INFO|safe }}'
|
|
});
|
|
(function() {
|
|
if("HC_LOAD_INIT" in window)return;
|
|
HC_LOAD_INIT = true;
|
|
var lang = ("ru").substr(0, 2).toLowerCase();
|
|
var hcc = document.createElement("script"); hcc.type = "text/javascript"; hcc.async = true;
|
|
hcc.src = ("https:" == document.location.protocol ? "https" : "http")+"://w.hypercomments.com/widget/hc/83195/"+lang+"/widget.js";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hcc, s.nextSibling);
|
|
})();
|
|
</script> |