tsi / inlineDisqussions

Inline comments for your site.
http://tsi.github.io/inlineDisqussions
MIT License
183 stars 29 forks source link

Issues with inlineDisqussions #9

Open Goguelin opened 10 years ago

Goguelin commented 10 years ago

Hello,

Firstly I would like to thank you for sharing inlineDisqussions even thought I haven't succeed in making it work it's very generous.

So I downloaded your file and followed your instructions. On my index.html I have :+1:

So I'm using MAMP (free) and there is nothing on the page and no erros in the console. I'm a bit lost...

If you could help me that would be great, thank you again for sharing.

tsi commented 10 years ago

Hard to say without looking at the web page. there are many thing that may have gone wrong.

Goguelin commented 10 years ago

Ok so I've resolved my problem, which allow me to face a other problem.

Still, to answer your questions :

So now, I do see the paragraph and Disqus but I have to problems.

  1. When I load the page, I have Disqus which is loading. So I juste see Disqus commentary system over my texts. I have to click somewhere else on the page to make it "disappear"
  2. To inlineDisqussions work I had to do this :

< p > data-disqus-identifier="/inlineDisqussions/disqussion-0" class="disqussion">This is a test</ p >

And the thing is that when I put 3 or 4 paragraph, they are all overlap in the same place.

If I don't put the class, it doesn't work. Obviously I messed up somewhere.

Thank you for your quick answer !

Goguelin commented 10 years ago

Here's my index.html

I've followed carefully what was written, still I don't find where did I messed up.

```

Sed ut perspiciatis unde omnis iste natus error sit

ed ut perspiciatis unde omnis iste natus error sit accusantium dorem ao

Sed ut perspiciatis unde omnis iste natus error sit accusantium dorem ao

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium dorem ao

```

Thanks for reading.

tsi commented 10 years ago

Please remove the #disqussions_wrapper div from your page, it will be created for you by the script, you don't need to have #disqussions_overlay either. you can leave the #disqus_thread (by itself) to mark where your main comment thread should be in the markup.