-
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 · 435 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.
2 weeks ago · 48 comments
-
DISQUS | Service Status - Facebook Connect Temporarily Unavailable
15 hours ago · 1 comment
-
DISQUS | Service Status - Everything is running normal
3 weeks ago · 16 comments
-
Disqus: The Official Blog - Vote + Comment on your Favorite X-mas flick at BBC's Radio Times!
3 weeks ago · 12 comments
-
Disqus: The Official Blog - Please Welcome paidContent to the Disqus Community!
4 weeks ago · 15 comments
-
Disqus: The Official Blog - Stocking Stuffers: Blogger Sync, Improved Reactions and Spam Reporting.
#1
# Error Line 206, Column 688: document type does not allow element "noscript" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
… Supplication Released"><noscript><a href="http://beernews.disqus.com/?ur
(The error occurs on the ">" sign after "noscript.")
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "
" or "<table>") inside an inline element (such as "", "<span>", or "<font>").
#2
# Error Line 277, Column 849: end tag for element "a" which is not open.
…ews.org/?p=174#disqus_thread">
(The error occurs on the ">" sign at the second "")
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
http://validator.w3.org/check?uri=http%3A%2F%2F...
http://humani.st/fix-disqus-validation-errors-o...
Thanks.
Check out these errors:
http://validator.w3.org/check?uri=http%3A%2F%2F...
This is with only Disqus enabled and the page validates without Disqus. I'm assuming, therefore, that all these validation errors are from Disqus. I'm going to try and fix it tonight when I have some time and I'll email you the results. I just wanted to make sure I wasn't replicating your work.
For example:
There's another problem with using <noscript> tags inside of inline elements (in this case you guys have it in a <span>). You can totally hack it by putting <object> tags around it. I'm not sure how semantically correct this is but it works. Once this is handled the Wordpress plugin, at least, should validate.
Thanks again.
Warning: Cannot modify header information - headers already sent by (output started at /dir/disqus.php:241) in /dir/pluggable.php on line 689
It is probable that the error occurred because I either pasted in the new code while the plug-in was active or because I didn't capture all of the new code when I initially pasted.
Line 241 on the code I pasted in was right after the "function dsqs_bloginfo_url($url) {" whereas line 241 on your code is actually "add_action('admin_footer', 'disqus_warning');. according to NoteTabLight.
Either way, I advise people to change the code only after de-activating. Maybe that goes without saying for any plug-in. I'm new at this :)
thanks again
Had Disqus not fixed this in the current version, or is this something else?
Edit: Scratch that... It totally broke my blog when I switched out the files.
-Adam