Difference between revisions of "Widget:DISQUS"

From Girlfriend Kari Wiki
Jump to: navigation, search
m (Protected "Widget:DISQUS": Widget Page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Line 19: Line 19:
 
     (function() {
 
     (function() {
 
         var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
 
         var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
         dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
+
         dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
 
         (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
 
         (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
 
     })();
 
     })();
 
</script>
 
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a></includeonly>
+
<a href="https://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a></includeonly>

Revision as of 19:50, 25 October 2015

This widget allows you to embed DISQUS Comments on your wiki page.

Created by Sergey Chernyshev

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:DISQUS article.