W3C compliance

Discussion forum for WP Socializer plugin

W3C compliance

Postby leofromrio » Wed Sep 01, 2010 11:10 am

Thank you for the plug-in.
I certainly appreciate the time you put into it.
One quick note, however:
I noticed the plugin broke my site's W3C compliance so I found the offending lines in socializer-socialbuttons.php and changed them. There might be more but I only fixed the ones that I saw.
changed line 24:
Code: Select all
else if(window.opera && window.print) // Opera
to:
Code: Select all
else if(window.opera && window.print) // Opera

and self closed all the <img> tags i found
used
Code: Select all
/>
instead of
Code: Select all
>

you might want to recheck your code before the next release :)
Just a thought.
Thanks again

Leo
leofromrio
 
Posts: 1
Joined: Wed Sep 01, 2010 10:52 am

Re: W3C compliance

Postby vaakash » Wed Sep 01, 2010 12:09 pm

Thank you very much Leo !

I am shocked that i didn't close the img tags ! :shock:

Being a single person, i found to hard to manage the different types of buttons and features. Thats the reason and i concentrated more on the core script !

Supporters like you will encourage my work.
I too encountered some type errors like above. Those will be fixed ASAP in the next version.

Thank you !
Regards
User avatar
vaakash
Site Admin
 
Posts: 362
Joined: Sun Jan 17, 2010 11:15 am
Location: India


Return to WP Socializer