{% if site.duoshuo_shortname %} <!– 多说评论框 start –> <div class=“ds-thread” data-thread-key=“{{ site.url }}{{ page.url }}” data-title=“{{page.title}}” data-url=“{{ site.url }}{{ page.url }}”></div> <!– 多说评论框 end –> <!– 多说公共JS代码 start (一个网页只需插入一次) –> <script type=“text/javascript”>
var duoshuoQuery = { short_name: "{{site.duoshuo_shortname}}" }; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript'; ds.async = true; ds.src = (document.location.protocol == 'https:' ? 'https:' : 'https:') + '//static.duoshuo.com/embed.js'; ds.charset = 'UTF-8'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds); })();
</script> <!– 多说公共JS代码 end –> {% endif %}
{% if site.disqus_shortname %} <div id=“disqus_thread”></div> <script>
/** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */ var disqus_config = function() { this.page.url = '{{ site.url }}{{ page.url }}'; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = '{{ site.url }}{{ page.url }}'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = '//{{site.disqus_shortname}}.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })();
</script> <noscript>Please enable JavaScript to view the <a href=“disqus.com/?ref_noscript” rel=“nofollow”>comments powered by Disqus.</a></noscript> {% endif %}