-
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.
<script type="text/javascript">
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
links[i].innerHTML = 'View Comments';
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script type="text/javascript" src="http://disqus.com/forums/symtym/get_num_replies.js' + query + '"><' + '/script>');
}());
</script>
The problems lines are:
for(var i = 0; i < links.length; i++) {
Corrected < with <
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
Corrected with &
document.write('<script type="text/javascript" src="http://disqus.com/forums/symtym/get_num_replies.js' + query + '"><' + '/script>');
Couldn't figure the problem out
TIA
Do the programmers read any of this?
In the meantime:
http://humani.st/fix-disqus-validation-errors-o...
if i could figure out how to paste code in here without it doing weird stuff, i would.