-
Website
http://blog.disqus.com/ -
Original page
-
Subscribe
All Comments -
Community
-
Top Commenters
-
donnacha | WordSkill
37 comments · 11 points
-
Jason
164 comments · 22 points
-
Mike Olbinski
88 comments · 17 points
-
Daniel Ha
2195 comments · 396 points
-
Rob Loach
45 comments · 27 points
-
-
Popular Threads
-
Disqus: The Official Blog - Disqus Comments: Translated in over 40 languages
5 days ago · 27 comments
-
Disqus: The Official Blog - Disqus Comments: Moderating comments from your Post
2 weeks ago · 68 comments
-
Disqus: The Official Blog - Disqus Comments: Closing comments on Wordpress and some bug fixes
4 weeks ago · 85 comments
-
DISQUS | Service Status - Maintenance window
19 hours ago · 1 comment
-
DISQUS | Service Status - Everything is back to normal.
1 day ago · 2 comments
-
Disqus: The Official Blog - Disqus Comments: Translated in over 40 languages
<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.