-
Website
http://blog.disqus.com/ -
Original page
-
Subscribe
All Comments -
Community
-
Top Commenters
-
donnacha | WordSkill
37 comments · 12 points
-
Jason
164 comments · 22 points
-
Daniel Ha
2198 comments · 405 points
-
Rob Loach
45 comments · 29 points
-
goodbloke01
95 comments · 1 points
-
-
Popular Threads
-
Disqus: The Official Blog - Stocking Stuffers: Blogger Sync, Improved Reactions and Spam Reporting.
18 hours ago · 4 comments
-
Disqus: The Official Blog - Vote + Comment on your Favorite X-mas flick at BBC's Radio Times!
1 week ago · 10 comments
-
Disqus: The Official Blog - Welcome AllThingsD to the Disqus Community!
2 weeks ago · 23 comments
-
Disqus: The Official Blog - Please Welcome paidContent to the Disqus Community!
2 weeks ago · 13 comments
-
DISQUS | Service Status - Everything is running normal
1 week ago · 7 comments
-
Disqus: The Official Blog - Stocking Stuffers: Blogger Sync, Improved Reactions and Spam Reporting.
It doesn't make much sense, and I hope Disqus does some work to make it easier to use. It should be a unique identifier to that thread within the community portal (thread ID?).
working fine.
<script type="text/javascript">
var disqus_url='http://www.dkeats.com/index.php?module=blog&action=viewsingle&postid=gen13Srv30Nme10_1352_1214637235&userid=1563080430';
var disqus_container_id = "ac30df328541b9ac69beaae3c668dcce";
</script>
Could it be that the disqus_url or var disqus_container_id are too long for your database records? The var disqus_container_id value is a hash on the url.
To find the category id, look at the URL when you're at a category. For example, in the following category: http://disqus.disqus.com/c/218/
The id is 218.
<div id="ac30df328541b9ac69beaae3c668dcce"> </div>
<script type="text/javascript">
var disqus_url='http://www.dkeats.com/index.php?module=blog&action=viewsingle&
postid=gen13Srv30Nme10_1352_1214637235&userid=1563080430';
var disqus_container_id = "ac30df328541b9ac69beaae3c668dcce";
</script>
and the following for the other view:
<div id="ac30df328541b9ac69beaae3c668dcce"> </div>
<script type="text/javascript">
var disqus_url='http://www.dkeats.com/index.php?module=blog&action=viewsingle&
postid=gen13Srv30Nme10_1352_1214637235&userid=1563080430';
var disqus_container_id = "ac30df328541b9ac69beaae3c668dcce";
</script>
<script type="text/javascript" src="http://disqus.com/forums/dkeats/embed.js">
All four references t container_id are the same, whether in div or script.
ac30df328541b9ac69beaae3c668dcce
ac30df328541b9ac69beaae3c668dcce
ac30df328541b9ac69beaae3c668dcce
ac30df328541b9ac69beaae3c668dcce
I am not sure what category id is, it is not mentined in the help documentation. Your help says:
Can I change the container ID from disqus_thread?
Yes. Set the following JavaScript parameter.
var disqus_container_id = "your-custom-id";
Which is what I did by generating it from a hash on the permalink.
So, any further assitance with respect to category id and where I use it would be very much appreciated. Thanks for your help so far, I think I am nearly there....
regards
derek
var disqus_container_id = "ac30df328541b9ac69beaae3c668dcce";
in a page? If not, how can you have a discussion per post? If so, how does the script know which one is the right one....?