• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter BackuPs

    (@backups)

    Thanks mossyoak for the tip.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Socializer] Not w3C compliant’ is closed to new replies.