Commit 43c9c5e501e04eb72f0be9877d0c64b85751551f
1 parent
07e00feb
comments in blog 2
Showing
2 changed files
with
25 additions
and
3 deletions
Show diff stats
frontend/views/blog/view.php
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | */ |
72 | 72 | (function() { // DON'T EDIT BELOW THIS LINE |
73 | 73 | var d = document, s = d.createElement('script'); |
74 | - s.src = 'https://new-kbenergy-test.disqus.com/embed.js'; | |
74 | + s.src = 'https://http-t13-artweb-com-ua.disqus.com/embed.js'; | |
75 | 75 | s.setAttribute('data-timestamp', +new Date()); |
76 | 76 | (d.head || d.body).appendChild(s); |
77 | 77 | })(); |
... | ... | @@ -79,6 +79,28 @@ |
79 | 79 | <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> |
80 | 80 | |
81 | 81 | |
82 | + <!-- <div id="disqus_thread"></div>--> | |
83 | +<!-- <script>--> | |
84 | +<!----> | |
85 | +<!-- /**--> | |
86 | +<!-- * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.--> | |
87 | +<!-- * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/--> | |
88 | +<!-- /*--> | |
89 | +<!-- var disqus_config = function () {--> | |
90 | +<!-- this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable--> | |
91 | +<!-- this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable--> | |
92 | +<!-- };--> | |
93 | +<!-- */--> | |
94 | +<!-- (function() { // DON'T EDIT BELOW THIS LINE--> | |
95 | +<!-- var d = document, s = d.createElement('script');--> | |
96 | +<!-- s.src = 'https://new-kbenergy-test.disqus.com/embed.js';--> | |
97 | +<!-- s.setAttribute('data-timestamp', +new Date());--> | |
98 | +<!-- (d.head || d.body).appendChild(s);--> | |
99 | +<!-- })();--> | |
100 | +<!-- </script>--> | |
101 | +<!-- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>--> | |
102 | + | |
103 | + | |
82 | 104 | |
83 | 105 | <!-- <div id="comments">--> |
84 | 106 | <!-- <h4 class="text-uppercase">2 комментария</h4>--> | ... | ... |
frontend/views/layouts/main.php
... | ... | @@ -841,8 +841,8 @@ |
841 | 841 | <span id="back-to-top" title="<?=\Yii::t('app', 'Back to top')?>"><i class="fa fa-arrow-up"></i></span> |
842 | 842 | |
843 | 843 | </div> |
844 | - | |
845 | - <script id="dsq-count-scr" src="//new-kbenergy-test.disqus.com/count.js" async></script> | |
844 | + <script id="dsq-count-scr" src="//http-t13-artweb-com-ua.disqus.com/count.js" async></script> | |
845 | +<!-- <script id="dsq-count-scr" src="//new-kbenergy-test.disqus.com/count.js" async></script>--> | |
846 | 846 | |
847 | 847 | <!-- /#all --> |
848 | 848 | <?php $this->endBody() ?> | ... | ... |