Hello you Guru's
When using the WP socializer 1.0 made by Aakash Chakravarthy the website is no longer w3c compliant. A lot of errors are generated due to the use of this plugin.
Any solution or a similar plgin which is w3c compliant?
Thanks
B.
Hello you Guru's
When using the WP socializer 1.0 made by Aakash Chakravarthy the website is no longer w3c compliant. A lot of errors are generated due to the use of this plugin.
Any solution or a similar plgin which is w3c compliant?
Thanks
B.
I found that this is caused by the forward slash / is missing before the images closing > in the socializer-socialbuttons.php in the plugin folder e.g;
<img src="' . $finalIcon . '" alt="' . $finalTitle . '"border="0">
search for border="0" in this file and then add the forward slash e.g
<img src="' . $finalIcon . '" alt="' . $finalTitle . '" border="0" />
seemed to work for me.
Its a very small fix.
Thanks mossyoak for the tip.
This topic has been closed to new replies.