I ran into a bug in the Disqus plugin that causes the Disqus javascript to be inserted into the post twice because DisplayItemHtml is called twice for posts with a
follow up marker in the post. It seems that it it called once for the first part and once for the follow up.
This is a bit strange, but I could solve the problem if I could tell if I was displaying the first part or the second part of the post, as I only need to add the javascript at the end of the post. Is there a way to do this? I couldn't find an answer immediately as the 'dispmore', 'preview', and 'format' are all constant.
That's a smidge of a pita :-S see if this is of any use to you
¥