How to integrate Disqus to your website?

In a Raw Text (HTML) copy/paste the following code :

<!-- The code below has been produced for the Websico account, only for example. You have to use the Disqus generator for your own account-->

<!-- The HTML block -->
<div id="disqus_thread"></div>
<script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'websico-tutorials'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
   

See elements, arrangements and settings in simulated edition mode

To go further

The element can be moved anywhere in the page and all standard style properties can be applied (Borders, Margins, Colors)

© Source : Disqus