I try to embed a disqus forum in a website I created. I used the exact code and instructions they give on the installation instructions. I just don't get it. Not much on Google either. Is something wrong in the code? Should I change anything?

<!DOCTYPE HTML> 
<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
<link rel="shortcut icon" href="../favicon.ico"> 
<title>Little Louie | Hennis &amp; Blaisse Lovers Productions</title> 
<META NAME="keywords" CONTENT="some,tags"> 
<link href="../style2.css" rel="stylesheet" type="text/css"> 
</head>

<body>

<p><b>Some text</p>
<p>
<div id="disqus_thread"></div>
<script type="text/javascript">
  (function() {
   var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
   dsq.src = 'http://littelouie.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=littelouie">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>

</p>

<p>
<script type="text/javascript">
var disqus_shortname = 'littelouie';
(function () {
  var s = document.createElement('script'); s.async = true;
  s.src = 'http://disqus.com/forums/littelouie/count.js';
  (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>

</p>

</body> 
</html> 
link|improve this question
Are there any javascript errors? What happens in firebug if you put a breakpoint in? This question might be better suited to stackoverflow. – Charlino Oct 21 '10 at 17:56
Question is offtopic for Super User and is better suited for Pro Web Masters – Sathya Oct 21 '10 at 18:08
thanks for the comments guys. sorry for adding it here. I will move the post to Pro Web Masters. – Thieme Hennis Oct 22 '10 at 11:27
feedback

closed as off topic by heavyd, Sathya, Diago Oct 21 '10 at 19:11

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

Browse other questions tagged or ask your own question.