[Plugin: WP Socializer] Errors during W3C Validation
-
Heya,
Thanks for the WP Socializer plugin which I use in one WP installation. It all looks cool. The only trouble it gives me is when trying to validate my site with validator.w3.org. I have spotted one of the errors:
File: wp-socializer.php
Line: 201
Issue: validator.w3.org complains about whitespace characters inside<a>
tag (the subject of the page and excerpt contain whitespace characters)
Code:'url' => 'mailto:?subject={de-title}&body={de-excerpt} - {de-url}', // Fixed the bug in v2.4.1 & v2.4.3
Workaround?: Some code to parse {de-title} {de-excerpt} and {de-url} to replace whitespace with %20
The other errors, most probably have to do with the blogger button URL
https://www.blogger.com/blog_this.pyra?t&u=http
This is the validator’s suggestion
& did not start a character reference. (& probably should have been escaped as &.)
- The topic ‘[Plugin: WP Socializer] Errors during W3C Validation’ is closed to new replies.